Shades of Putty #CEAB6C
Tints of Putty #CEAB6C
RGB
CMYK
RGB Variations
Color information
#CEAB6C (or 0xCEAB6C) is known color: Putty. HEX triplet: CE, AB and 6C. RGB value is (206,171,108). Sum of RGB (Red+Green+Blue) = 206+171+108=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB6C is #315493. Grayscale: #AEAEAE. Windows color (decimal): -3232916 or 7121870. OLE color: 7121870.
HSL color Cylindrical-coordinate representation of color #CEAB6C: hue angle of 38.57º 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 #CEAB6C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 108 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.19 |
| HSL | 38.57º | 0.5% | 0.62% | - |
| HSV(B) | 38.57º | 0.48% | 0.81% | - |
| XYZ | 42.72 | 43.33 | 20.3 | - |
| YUV | 174.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 108 | 0 | 0.17 | 0.48 | 0.19 | 38.57 | 0.5 | 0.62 |
| Hex | CE | AB | 6C | 0 | 11 | 30 | 13 | 27 | 32 | 3E |
| Octal | 316 | 253 | 154 | 0 | 21 | 60 | 23 | 47 | 62 | 76 |
| Binary | 11001110 | 10101011 | 1101100 | 0 | 10001 | 110000 | 10011 | 100111 | 110010 | 111110 |
Color Harmonies of #CEAB6C
Complementary color
Monochromatic Colors of #CEAB6C
Black with #CEAB6C
Text Example
Text Example
White with #CEAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB6C; }
p { color: rgb(206,171,108); }
H1.HeaderClassName
{
color: #CEAB6C;
}
.AnyTagClassName
{
color: #CEAB6C;
}
</style>
background-color css
<style>
a { background-color: #CEAB6C; }
a { background-color: rgb(206,171,108); }
div.DivClassName
{
background-color: #CEAB6C;
}
.BgClassName
{
background-color: #CEAB6C;
}
</style>
border-color css
<style>
span { border-color: #CEAB6C; }
span { border-color: rgb(206,171,108); }
td.TdClassName
{
border-color: #CEAB6C;
}
.TagClassName
{
border-color: #CEAB6C;
}
</style>