Shades of Putty #CEA66A
Tints of Putty #CEA66A
RGB
CMYK
RGB Variations
Color information
#CEA66A (or 0xCEA66A) is known color: Putty. HEX triplet: CE, A6 and 6A. RGB value is (206,166,106). Sum of RGB (Red+Green+Blue) = 206+166+106=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA66A is #315995. Grayscale: #ABABAB. Windows color (decimal): -3234198 or 6989518. OLE color: 6989518.
HSL color Cylindrical-coordinate representation of color #CEA66A: hue angle of 36º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEA66A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 106 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.19 |
| HSL | 36º | 0.51% | 0.61% | - |
| HSV(B) | 36º | 0.49% | 0.81% | - |
| XYZ | 41.69 | 41.43 | 19.44 | - |
| YUV | 171.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 106 | 0 | 0.19 | 0.49 | 0.19 | 36 | 0.51 | 0.61 |
| Hex | CE | A6 | 6A | 0 | 13 | 31 | 13 | 24 | 33 | 3D |
| Octal | 316 | 246 | 152 | 0 | 23 | 61 | 23 | 44 | 63 | 75 |
| Binary | 11001110 | 10100110 | 1101010 | 0 | 10011 | 110001 | 10011 | 100100 | 110011 | 111101 |
Color Harmonies of #CEA66A
Complementary color
Monochromatic Colors of #CEA66A
Black with #CEA66A
Text Example
Text Example
White with #CEA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA66A; }
p { color: rgb(206,166,106); }
H1.HeaderClassName
{
color: #CEA66A;
}
.AnyTagClassName
{
color: #CEA66A;
}
</style>
background-color css
<style>
a { background-color: #CEA66A; }
a { background-color: rgb(206,166,106); }
div.DivClassName
{
background-color: #CEA66A;
}
.BgClassName
{
background-color: #CEA66A;
}
</style>
border-color css
<style>
span { border-color: #CEA66A; }
span { border-color: rgb(206,166,106); }
td.TdClassName
{
border-color: #CEA66A;
}
.TagClassName
{
border-color: #CEA66A;
}
</style>