Color Hex Logo

#c8693f Color Hex

#C8693F
(200,105,63)
0 Favorites   0 Comments

Color spaces of #c8693f

RGB 20010563
HSL0.050.550.52
HSV18°69°78°
CMYK 0.000.480.69   0.22
XYZ29.768222.74147.5232
Yxy22.74140.49590.3788
Hunter Lab47.687927.971024.0280
CIE-Lab54.805034.359640.0088

#c8693f color RGB value is (200,105,63).

#c8693f hex color red value is 200, green value is 105 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c8693f hue: 0.05 , saturation: 0.55 and the lightness value of c8693f is 0.52.

The process color (four color CMYK) of #c8693f color hex is 0.00, 0.48, 0.69, 0.22. Web safe color of #c8693f is #cc6633. Color #c8693f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 00111111
Octal 310 151 77
Decimal 200 105 63
Hex C8 69 3F

RGB Percentages of Color #c8693f

%54.35
%28.53
%17.12

CMYK Percentages of Color #c8693f

%0
%48
%69
%22

Triadic Colors of #c8693f

#c8693f #3fc869 #693fc8

Analogous Colors of #c8693f

#c8693f #c8ae3f #c83f59

Monochromatic Colors of #c8693f

#c8693f

Complementary Color

#c8693f #3f9ec8

#c8693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8693f Color CSS Codes

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

#c8693f Text Font Color

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

This sample text font color is #c8693f
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.


#c8693f Background Color

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

This div background color is #c8693f


#c8693f Border Color

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

This div border color is #c8693f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,105,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8693f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8693f;
  -webkit-box-shadow: 1px 1px 3px 2px #c8693f;
  box-shadow:         1px 1px 3px 2px #c8693f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,105,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8693f


Comments

No comments written yet.

Please login to write comment.