Shades of Putty #CEAB77
Tints of Putty #CEAB77
RGB
CMYK
RGB Variations
Color information
#CEAB77 (or 0xCEAB77) is known color: Putty. HEX triplet: CE, AB and 77. RGB value is (206,171,119). Sum of RGB (Red+Green+Blue) = 206+171+119=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB77 is #315488. Grayscale: #AFAFAF. Windows color (decimal): -3232905 or 7842766. OLE color: 7842766.
HSL color Cylindrical-coordinate representation of color #CEAB77: hue angle of 35.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEAB77 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 119 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.19 |
| HSL | 35.86º | 0.47% | 0.64% | - |
| HSV(B) | 35.86º | 0.42% | 0.81% | - |
| XYZ | 43.35 | 43.58 | 23.58 | - |
| YUV | 175.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 119 | 0 | 0.17 | 0.42 | 0.19 | 35.86 | 0.47 | 0.64 |
| Hex | CE | AB | 77 | 0 | 11 | 2A | 13 | 24 | 2F | 40 |
| Octal | 316 | 253 | 167 | 0 | 21 | 52 | 23 | 44 | 57 | 100 |
| Binary | 11001110 | 10101011 | 1110111 | 0 | 10001 | 101010 | 10011 | 100100 | 101111 | 1000000 |
Color Harmonies of #CEAB77
Complementary color
Monochromatic Colors of #CEAB77
Black with #CEAB77
Text Example
Text Example
White with #CEAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB77; }
p { color: rgb(206,171,119); }
H1.HeaderClassName
{
color: #CEAB77;
}
.AnyTagClassName
{
color: #CEAB77;
}
</style>
background-color css
<style>
a { background-color: #CEAB77; }
a { background-color: rgb(206,171,119); }
div.DivClassName
{
background-color: #CEAB77;
}
.BgClassName
{
background-color: #CEAB77;
}
</style>
border-color css
<style>
span { border-color: #CEAB77; }
span { border-color: rgb(206,171,119); }
td.TdClassName
{
border-color: #CEAB77;
}
.TagClassName
{
border-color: #CEAB77;
}
</style>