Color Hex Logo

#c8692d Color Hex

#C8692D
(200,105,45)
0 Favorites   0 Comments

Color spaces of #c8692d

RGB 20010545
HSL0.060.630.48
HSV23°78°78°
CMYK 0.000.480.78   0.22
XYZ29.344622.57205.2928
Yxy22.57200.51290.3946
Hunter Lab47.510027.108226.6519
CIE-Lab54.628733.500948.7822

#c8692d color RGB value is (200,105,45).

#c8692d hex color red value is 200, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c8692d hue: 0.06 , saturation: 0.63 and the lightness value of c8692d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 00101101
Octal 310 151 55
Decimal 200 105 45
Hex C8 69 2D

RGB Percentages of Color #c8692d

%57.14
%30.00
%12.86

CMYK Percentages of Color #c8692d

%0
%48
%78
%22

Triadic Colors of #c8692d

#c8692d #2dc869 #692dc8

Analogous Colors of #c8692d

#c8692d #c8b72d #c82d3f

Monochromatic Colors of #c8692d

#c8692d

Complementary Color

#c8692d #2d8cc8

#c8692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8692d Color CSS Codes

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

#c8692d Text Font Color

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

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


#c8692d Background Color

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

This div background color is #c8692d


#c8692d Border Color

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

This div border color is #c8692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8692d


Comments

No comments written yet.

Please login to write comment.