Color Hex Logo

#c65f22 Color Hex

#C65F22
(198,95,34)
0 Favorites   0 Comments

Color spaces of #c65f22

RGB 1989534
HSL0.060.710.45
HSV22°83°78°
CMYK 0.000.520.83   0.22
XYZ27.669620.30573.9744
Yxy20.30570.53260.3909
Hunter Lab45.061830.747226.3140
CIE-Lab52.181137.494851.2098

#c65f22 color RGB value is (198,95,34).

#c65f22 hex color red value is 198, green value is 95 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c65f22 hue: 0.06 , saturation: 0.71 and the lightness value of c65f22 is 0.45.

The process color (four color CMYK) of #c65f22 color hex is 0.00, 0.52, 0.83, 0.22. Web safe color of #c65f22 is #cc6633. Color #c65f22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 00100010
Octal 306 137 42
Decimal 198 95 34
Hex C6 5F 22

RGB Percentages of Color #c65f22

%60.55
%29.05
%10.40

CMYK Percentages of Color #c65f22

%0
%52
%83
%22

Triadic Colors of #c65f22

#c65f22 #22c65f #5f22c6

Analogous Colors of #c65f22

#c65f22 #c6b122 #c62237

Monochromatic Colors of #c65f22

#c65f22

Complementary Color

#c65f22 #2289c6

#c65f22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65f22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65f22 Color CSS Codes

.mybgcolor {background-color:#c65f22; } 
.myforecolor {color:#c65f22; }
.mybordercolor {border:3px solid #c65f22; }

#c65f22 Text Font Color

<p style="color:#c65f22">Text here</p>

This sample text font color is #c65f22
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c65f22 Background Color

<div style="background-color:#c65f22">
Div content here</div>

This div background color is #c65f22


#c65f22 Border Color

<div style="border:3px solid #c65f22">
Div here</div>

This div border color is #c65f22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,95,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65f22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65f22;
  -webkit-box-shadow: 1px 1px 3px 2px #c65f22;
  box-shadow:         1px 1px 3px 2px #c65f22; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,95,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c65f22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c65f22;
  -webkit-box-shadow: 1px 1px 3px 2px #c65f22;
  box-shadow:         1px 1px 3px 2px #c65f22;">
Div content here</div>

This div box has shadow with color #c65f22


Comments

No comments written yet.

Please login to write comment.