Shades of Putty #CEB577
Tints of Putty #CEB577
RGB
CMYK
RGB Variations
Color information
#CEB577 (or 0xCEB577) is known color: Putty. HEX triplet: CE, B5 and 77. RGB value is (206,181,119). Sum of RGB (Red+Green+Blue) = 206+181+119=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB577 is #314A88. Grayscale: #B5B5B5. Windows color (decimal): -3230345 or 7845326. OLE color: 7845326.
HSL color Cylindrical-coordinate representation of color #CEB577: hue angle of 42.76º 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 #CEB577 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 119 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.19 |
| HSL | 42.76º | 0.47% | 0.64% | - |
| HSV(B) | 42.76º | 0.42% | 0.81% | - |
| XYZ | 45.31 | 47.5 | 24.23 | - |
| YUV | 181.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 119 | 0 | 0.12 | 0.42 | 0.19 | 42.76 | 0.47 | 0.64 |
| Hex | CE | B5 | 77 | 0 | C | 2A | 13 | 2B | 2F | 40 |
| Octal | 316 | 265 | 167 | 0 | 14 | 52 | 23 | 53 | 57 | 100 |
| Binary | 11001110 | 10110101 | 1110111 | 0 | 1100 | 101010 | 10011 | 101011 | 101111 | 1000000 |
Color Harmonies of #CEB577
Complementary color
Monochromatic Colors of #CEB577
Black with #CEB577
Text Example
Text Example
White with #CEB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB577; }
p { color: rgb(206,181,119); }
H1.HeaderClassName
{
color: #CEB577;
}
.AnyTagClassName
{
color: #CEB577;
}
</style>
background-color css
<style>
a { background-color: #CEB577; }
a { background-color: rgb(206,181,119); }
div.DivClassName
{
background-color: #CEB577;
}
.BgClassName
{
background-color: #CEB577;
}
</style>
border-color css
<style>
span { border-color: #CEB577; }
span { border-color: rgb(206,181,119); }
td.TdClassName
{
border-color: #CEB577;
}
.TagClassName
{
border-color: #CEB577;
}
</style>