Shades of Putty #CEAD6C
Tints of Putty #CEAD6C
RGB
CMYK
RGB Variations
Color information
#CEAD6C (or 0xCEAD6C) is known color: Putty. HEX triplet: CE, AD and 6C. RGB value is (206,173,108). Sum of RGB (Red+Green+Blue) = 206+173+108=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD6C is #315293. Grayscale: #AFAFAF. Windows color (decimal): -3232404 or 7122382. OLE color: 7122382.
HSL color Cylindrical-coordinate representation of color #CEAD6C: hue angle of 39.8º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEAD6C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 108 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.19 |
| HSL | 39.8º | 0.5% | 0.62% | - |
| HSV(B) | 39.8º | 0.48% | 0.81% | - |
| XYZ | 43.1 | 44.09 | 20.43 | - |
| YUV | 175.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 108 | 0 | 0.16 | 0.48 | 0.19 | 39.8 | 0.5 | 0.62 |
| Hex | CE | AD | 6C | 0 | 10 | 30 | 13 | 28 | 32 | 3E |
| Octal | 316 | 255 | 154 | 0 | 20 | 60 | 23 | 50 | 62 | 76 |
| Binary | 11001110 | 10101101 | 1101100 | 0 | 10000 | 110000 | 10011 | 101000 | 110010 | 111110 |
Color Harmonies of #CEAD6C
Complementary color
Monochromatic Colors of #CEAD6C
Black with #CEAD6C
Text Example
Text Example
White with #CEAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD6C; }
p { color: rgb(206,173,108); }
H1.HeaderClassName
{
color: #CEAD6C;
}
.AnyTagClassName
{
color: #CEAD6C;
}
</style>
background-color css
<style>
a { background-color: #CEAD6C; }
a { background-color: rgb(206,173,108); }
div.DivClassName
{
background-color: #CEAD6C;
}
.BgClassName
{
background-color: #CEAD6C;
}
</style>
border-color css
<style>
span { border-color: #CEAD6C; }
span { border-color: rgb(206,173,108); }
td.TdClassName
{
border-color: #CEAD6C;
}
.TagClassName
{
border-color: #CEAD6C;
}
</style>