Shades of Putty #CEAC6D
Tints of Putty #CEAC6D
RGB
CMYK
RGB Variations
Color information
#CEAC6D (or 0xCEAC6D) is known color: Putty. HEX triplet: CE, AC and 6D. RGB value is (206,172,109). Sum of RGB (Red+Green+Blue) = 206+172+109=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC6D is #315392. Grayscale: #AFAFAF. Windows color (decimal): -3232659 or 7187662. OLE color: 7187662.
HSL color Cylindrical-coordinate representation of color #CEAC6D: hue angle of 38.97º 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 #CEAC6D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 109 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 38.97º | 0.5% | 0.62% | - |
| HSV(B) | 38.97º | 0.47% | 0.81% | - |
| XYZ | 42.97 | 43.73 | 20.64 | - |
| YUV | 174.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 109 | 0 | 0.17 | 0.47 | 0.19 | 38.97 | 0.5 | 0.62 |
| Hex | CE | AC | 6D | 0 | 11 | 2F | 13 | 27 | 32 | 3E |
| Octal | 316 | 254 | 155 | 0 | 21 | 57 | 23 | 47 | 62 | 76 |
| Binary | 11001110 | 10101100 | 1101101 | 0 | 10001 | 101111 | 10011 | 100111 | 110010 | 111110 |
Color Harmonies of #CEAC6D
Complementary color
Monochromatic Colors of #CEAC6D
Black with #CEAC6D
Text Example
Text Example
White with #CEAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC6D; }
p { color: rgb(206,172,109); }
H1.HeaderClassName
{
color: #CEAC6D;
}
.AnyTagClassName
{
color: #CEAC6D;
}
</style>
background-color css
<style>
a { background-color: #CEAC6D; }
a { background-color: rgb(206,172,109); }
div.DivClassName
{
background-color: #CEAC6D;
}
.BgClassName
{
background-color: #CEAC6D;
}
</style>
border-color css
<style>
span { border-color: #CEAC6D; }
span { border-color: rgb(206,172,109); }
td.TdClassName
{
border-color: #CEAC6D;
}
.TagClassName
{
border-color: #CEAC6D;
}
</style>