Html Css Color HEX #CEA774 Putty

📋 copy color: '#CEA774'

red 206 ◦ green 167 ◦ blue 116

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

Shades of Putty #CEA774

Tints of Putty #CEA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.15%

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 42.13%
G = 34.15%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA774 (or 0xCEA774) is known color: Putty. HEX triplet: CE, A7 and 74. RGB value is (206,167,116). Sum of RGB (Red+Green+Blue) = 206+167+116=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA774 is #31588B. Grayscale: #ADADAD. Windows color (decimal): -3233932 or 7645134. OLE color: 7645134.

HSL color Cylindrical-coordinate representation of color #CEA774: hue angle of 34º 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 #CEA774 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 116 -
CMYK 0 0.19 0.44 0.19
HSL 34º 0.48% 0.63% -
HSV(B) 34º 0.44% 0.81% -
XYZ 42.42 42.02 22.4 -
YUV 172.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 206 167 116 0 0.19 0.44 0.19 34 0.48 0.63
Hex CE A7 74 0 13 2C 13 22 30 3F
Octal 316 247 164 0 23 54 23 42 60 77
Binary 11001110 10100111 1110100 0 10011 101100 10011 100010 110000 111111

Color Harmonies of #CEA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA774

Black with #CEA774

Text Example


Text Example

White with #CEA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA774; }

 p { color: rgb(206,167,116); }

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

background-color css

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

 a { background-color: rgb(206,167,116); }

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

border-color css

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

 span { border-color: rgb(206,167,116); }

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