Shades of Putty #CEB477
Tints of Putty #CEB477
RGB
CMYK
RGB Variations
Color information
#CEB477 (or 0xCEB477) is known color: Putty. HEX triplet: CE, B4 and 77. RGB value is (206,180,119). Sum of RGB (Red+Green+Blue) = 206+180+119=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB477 is #314B88. Grayscale: #B5B5B5. Windows color (decimal): -3230601 or 7845070. OLE color: 7845070.
HSL color Cylindrical-coordinate representation of color #CEB477: hue angle of 42.07º 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 #CEB477 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 119 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.19 |
| HSL | 42.07º | 0.47% | 0.64% | - |
| HSV(B) | 42.07º | 0.42% | 0.81% | - |
| XYZ | 45.1 | 47.1 | 24.17 | - |
| YUV | 180.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 119 | 0 | 0.13 | 0.42 | 0.19 | 42.07 | 0.47 | 0.64 |
| Hex | CE | B4 | 77 | 0 | D | 2A | 13 | 2A | 2F | 40 |
| Octal | 316 | 264 | 167 | 0 | 15 | 52 | 23 | 52 | 57 | 100 |
| Binary | 11001110 | 10110100 | 1110111 | 0 | 1101 | 101010 | 10011 | 101010 | 101111 | 1000000 |
Color Harmonies of #CEB477
Complementary color
Monochromatic Colors of #CEB477
Black with #CEB477
Text Example
Text Example
White with #CEB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB477; }
p { color: rgb(206,180,119); }
H1.HeaderClassName
{
color: #CEB477;
}
.AnyTagClassName
{
color: #CEB477;
}
</style>
background-color css
<style>
a { background-color: #CEB477; }
a { background-color: rgb(206,180,119); }
div.DivClassName
{
background-color: #CEB477;
}
.BgClassName
{
background-color: #CEB477;
}
</style>
border-color css
<style>
span { border-color: #CEB477; }
span { border-color: rgb(206,180,119); }
td.TdClassName
{
border-color: #CEB477;
}
.TagClassName
{
border-color: #CEB477;
}
</style>