Shades of Putty #CEAC68
Tints of Putty #CEAC68
RGB
CMYK
RGB Variations
Color information
#CEAC68 (or 0xCEAC68) is known color: Putty. HEX triplet: CE, AC and 68. RGB value is (206,172,104). Sum of RGB (Red+Green+Blue) = 206+172+104=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC68 is #315397. Grayscale: #AEAEAE. Windows color (decimal): -3232664 or 6859982. OLE color: 6859982.
HSL color Cylindrical-coordinate representation of color #CEAC68: hue angle of 40º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEAC68 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 104 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.19 |
| HSL | 40º | 0.51% | 0.61% | - |
| HSV(B) | 40º | 0.5% | 0.81% | - |
| XYZ | 42.7 | 43.63 | 19.27 | - |
| YUV | 174.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 104 | 0 | 0.17 | 0.50 | 0.19 | 40 | 0.51 | 0.61 |
| Hex | CE | AC | 68 | 0 | 11 | 32 | 13 | 28 | 33 | 3D |
| Octal | 316 | 254 | 150 | 0 | 21 | 62 | 23 | 50 | 63 | 75 |
| Binary | 11001110 | 10101100 | 1101000 | 0 | 10001 | 110010 | 10011 | 101000 | 110011 | 111101 |
Color Harmonies of #CEAC68
Complementary color
Monochromatic Colors of #CEAC68
Black with #CEAC68
Text Example
Text Example
White with #CEAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC68; }
p { color: rgb(206,172,104); }
H1.HeaderClassName
{
color: #CEAC68;
}
.AnyTagClassName
{
color: #CEAC68;
}
</style>
background-color css
<style>
a { background-color: #CEAC68; }
a { background-color: rgb(206,172,104); }
div.DivClassName
{
background-color: #CEAC68;
}
.BgClassName
{
background-color: #CEAC68;
}
</style>
border-color css
<style>
span { border-color: #CEAC68; }
span { border-color: rgb(206,172,104); }
td.TdClassName
{
border-color: #CEAC68;
}
.TagClassName
{
border-color: #CEAC68;
}
</style>