Html Css Color HEX #CEA66E Putty

📋 copy color: '#CEA66E'

red 206 ◦ green 166 ◦ blue 110

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

Shades of Putty #CEA66E

Tints of Putty #CEA66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 42.74%
G = 34.44%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEA66E (or 0xCEA66E) is known color: Putty. HEX triplet: CE, A6 and 6E. RGB value is (206,166,110). Sum of RGB (Red+Green+Blue) = 206+166+110=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA66E is #315991. Grayscale: #ABABAB. Windows color (decimal): -3234194 or 7251662. OLE color: 7251662.

HSL color Cylindrical-coordinate representation of color #CEA66E: hue angle of 35º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEA66E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 110 -
CMYK 0 0.19 0.47 0.19
HSL 35º 0.49% 0.62% -
HSV(B) 35º 0.47% 0.81% -
XYZ 41.9 41.52 20.56 -
YUV 171.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 206 166 110 0 0.19 0.47 0.19 35 0.49 0.62
Hex CE A6 6E 0 13 2F 13 23 31 3E
Octal 316 246 156 0 23 57 23 43 61 76
Binary 11001110 10100110 1101110 0 10011 101111 10011 100011 110001 111110

Color Harmonies of #CEA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA66E

Black with #CEA66E

Text Example


Text Example

White with #CEA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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