Shades of Putty #CEB377
Tints of Putty #CEB377
RGB
CMYK
RGB Variations
Color information
#CEB377 (or 0xCEB377) is known color: Putty. HEX triplet: CE, B3 and 77. RGB value is (206,179,119). Sum of RGB (Red+Green+Blue) = 206+179+119=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB377 is #314C88. Grayscale: #B4B4B4. Windows color (decimal): -3230857 or 7844814. OLE color: 7844814.
HSL color Cylindrical-coordinate representation of color #CEB377: hue angle of 41.38º 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 #CEB377 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 119 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.19 |
| HSL | 41.38º | 0.47% | 0.64% | - |
| HSV(B) | 41.38º | 0.42% | 0.81% | - |
| XYZ | 44.9 | 46.69 | 24.1 | - |
| YUV | 180.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 119 | 0 | 0.13 | 0.42 | 0.19 | 41.38 | 0.47 | 0.64 |
| Hex | CE | B3 | 77 | 0 | D | 2A | 13 | 29 | 2F | 40 |
| Octal | 316 | 263 | 167 | 0 | 15 | 52 | 23 | 51 | 57 | 100 |
| Binary | 11001110 | 10110011 | 1110111 | 0 | 1101 | 101010 | 10011 | 101001 | 101111 | 1000000 |
Color Harmonies of #CEB377
Complementary color
Monochromatic Colors of #CEB377
Black with #CEB377
Text Example
Text Example
White with #CEB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB377; }
p { color: rgb(206,179,119); }
H1.HeaderClassName
{
color: #CEB377;
}
.AnyTagClassName
{
color: #CEB377;
}
</style>
background-color css
<style>
a { background-color: #CEB377; }
a { background-color: rgb(206,179,119); }
div.DivClassName
{
background-color: #CEB377;
}
.BgClassName
{
background-color: #CEB377;
}
</style>
border-color css
<style>
span { border-color: #CEB377; }
span { border-color: rgb(206,179,119); }
td.TdClassName
{
border-color: #CEB377;
}
.TagClassName
{
border-color: #CEB377;
}
</style>