Html Css Color HEX #CEA674 Putty

📋 copy color: '#CEA674'

red 206 ◦ green 166 ◦ blue 116

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

Shades of Putty #CEA674

Tints of Putty #CEA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

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

R = 42.21%
G = 34.02%
B = 23.77%

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

#CEA674 (or 0xCEA674) is known color: Putty. HEX triplet: CE, A6 and 74. RGB value is (206,166,116). Sum of RGB (Red+Green+Blue) = 206+166+116=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA674 is #31598B. Grayscale: #ACACAC. Windows color (decimal): -3234188 or 7644878. OLE color: 7644878.

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

Color convert

RGB 206 166 116 -
CMYK 0 0.19 0.44 0.19
HSL 33.33º 0.48% 0.63% -
HSV(B) 33.33º 0.44% 0.81% -
XYZ 42.24 41.66 22.34 -
YUV 172.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 206 166 116 0 0.19 0.44 0.19 33.33 0.48 0.63
Hex CE A6 74 0 13 2C 13 21 30 3F
Octal 316 246 164 0 23 54 23 41 60 77
Binary 11001110 10100110 1110100 0 10011 101100 10011 100001 110000 111111

Color Harmonies of #CEA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA674

Black with #CEA674

Text Example


Text Example

White with #CEA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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