Html Css Color HEX #CEA873 Putty

📋 copy color: '#CEA873'

red 206 ◦ green 168 ◦ blue 115

#CEA873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CEA873

Tints of Putty #CEA873

RGB

 RED value IS 206 (80.86% from 255) = 42.13%

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 42.13%
G = 34.36%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEA873 (or 0xCEA873) is known color: Putty. HEX triplet: CE, A8 and 73. RGB value is (206,168,115). Sum of RGB (Red+Green+Blue) = 206+168+115=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA873 is #31578C. Grayscale: #ADADAD. Windows color (decimal): -3233677 or 7579854. OLE color: 7579854.

HSL color Cylindrical-coordinate representation of color #CEA873: hue angle of 34.95º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEA873 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 115 -
CMYK 0 0.18 0.44 0.19
HSL 34.95º 0.48% 0.63% -
HSV(B) 34.95º 0.44% 0.81% -
XYZ 42.55 42.36 22.15 -
YUV 173.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 206 168 115 0 0.18 0.44 0.19 34.95 0.48 0.63
Hex CE A8 73 0 12 2C 13 23 30 3F
Octal 316 250 163 0 22 54 23 43 60 77
Binary 11001110 10101000 1110011 0 10010 101100 10011 100011 110000 111111

Color Harmonies of #CEA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA873

Black with #CEA873

Text Example


Text Example

White with #CEA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA873; }

 p { color: rgb(206,168,115); }

 H1.HeaderClassName
 {
   color: #CEA873;
 }
 .AnyTagClassName
 {
   color: #CEA873;
 }
</style>

background-color css

<style>
 a { background-color: #CEA873; }

 a { background-color: rgb(206,168,115); }

 div.DivClassName
 {
   background-color: #CEA873;
 }
 .BgClassName
 {
   background-color: #CEA873;
 }
</style>

border-color css

<style>
 span { border-color: #CEA873; }

 span { border-color: rgb(206,168,115); }

 td.TdClassName
 {
   border-color: #CEA873;
 }
 .TagClassName
 {
   border-color: #CEA873;
 }
</style>