Html Css Color HEX #CEA66D Putty

📋 copy color: '#CEA66D'

red 206 ◦ green 166 ◦ blue 109

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

Shades of Putty #CEA66D

Tints of Putty #CEA66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 42.83%
G = 34.51%
B = 22.66%

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

#CEA66D (or 0xCEA66D) is known color: Putty. HEX triplet: CE, A6 and 6D. RGB value is (206,166,109). Sum of RGB (Red+Green+Blue) = 206+166+109=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA66D is #315992. Grayscale: #ABABAB. Windows color (decimal): -3234195 or 7186126. OLE color: 7186126.

HSL color Cylindrical-coordinate representation of color #CEA66D: hue angle of 35.26º degrees, saturation: 0.5, 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 #CEA66D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 109 -
CMYK 0 0.19 0.47 0.19
HSL 35.26º 0.5% 0.62% -
HSV(B) 35.26º 0.47% 0.81% -
XYZ 41.85 41.5 20.27 -
YUV 171.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 206 166 109 0 0.19 0.47 0.19 35.26 0.5 0.62
Hex CE A6 6D 0 13 2F 13 23 32 3E
Octal 316 246 155 0 23 57 23 43 62 76
Binary 11001110 10100110 1101101 0 10011 101111 10011 100011 110010 111110

Color Harmonies of #CEA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA66D

Black with #CEA66D

Text Example


Text Example

White with #CEA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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