Shades of Putty #CEAC6E
Tints of Putty #CEAC6E
RGB
CMYK
RGB Variations
Color information
#CEAC6E (or 0xCEAC6E) is known color: Putty. HEX triplet: CE, AC and 6E. RGB value is (206,172,110). Sum of RGB (Red+Green+Blue) = 206+172+110=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC6E is #315391. Grayscale: #AFAFAF. Windows color (decimal): -3232658 or 7253198. OLE color: 7253198.
HSL color Cylindrical-coordinate representation of color #CEAC6E: hue angle of 38.75º 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 #CEAC6E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 110 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 38.75º | 0.49% | 0.62% | - |
| HSV(B) | 38.75º | 0.47% | 0.81% | - |
| XYZ | 43.02 | 43.75 | 20.93 | - |
| YUV | 175.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 110 | 0 | 0.17 | 0.47 | 0.19 | 38.75 | 0.49 | 0.62 |
| Hex | CE | AC | 6E | 0 | 11 | 2F | 13 | 27 | 31 | 3E |
| Octal | 316 | 254 | 156 | 0 | 21 | 57 | 23 | 47 | 61 | 76 |
| Binary | 11001110 | 10101100 | 1101110 | 0 | 10001 | 101111 | 10011 | 100111 | 110001 | 111110 |
Color Harmonies of #CEAC6E
Complementary color
Monochromatic Colors of #CEAC6E
Black with #CEAC6E
Text Example
Text Example
White with #CEAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC6E; }
p { color: rgb(206,172,110); }
H1.HeaderClassName
{
color: #CEAC6E;
}
.AnyTagClassName
{
color: #CEAC6E;
}
</style>
background-color css
<style>
a { background-color: #CEAC6E; }
a { background-color: rgb(206,172,110); }
div.DivClassName
{
background-color: #CEAC6E;
}
.BgClassName
{
background-color: #CEAC6E;
}
</style>
border-color css
<style>
span { border-color: #CEAC6E; }
span { border-color: rgb(206,172,110); }
td.TdClassName
{
border-color: #CEAC6E;
}
.TagClassName
{
border-color: #CEAC6E;
}
</style>