Shades of Putty #CEB376
Tints of Putty #CEB376
RGB
CMYK
RGB Variations
Color information
#CEB376 (or 0xCEB376) is known color: Putty. HEX triplet: CE, B3 and 76. RGB value is (206,179,118). Sum of RGB (Red+Green+Blue) = 206+179+118=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB376 is #314C89. Grayscale: #B4B4B4. Windows color (decimal): -3230858 or 7779278. OLE color: 7779278.
HSL color Cylindrical-coordinate representation of color #CEB376: hue angle of 41.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB376 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 118 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.19 |
| HSL | 41.59º | 0.47% | 0.64% | - |
| HSV(B) | 41.59º | 0.43% | 0.81% | - |
| XYZ | 44.84 | 46.67 | 23.78 | - |
| YUV | 180.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 118 | 0 | 0.13 | 0.43 | 0.19 | 41.59 | 0.47 | 0.64 |
| Hex | CE | B3 | 76 | 0 | D | 2B | 13 | 2A | 2F | 40 |
| Octal | 316 | 263 | 166 | 0 | 15 | 53 | 23 | 52 | 57 | 100 |
| Binary | 11001110 | 10110011 | 1110110 | 0 | 1101 | 101011 | 10011 | 101010 | 101111 | 1000000 |
Color Harmonies of #CEB376
Complementary color
Monochromatic Colors of #CEB376
Black with #CEB376
Text Example
Text Example
White with #CEB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB376; }
p { color: rgb(206,179,118); }
H1.HeaderClassName
{
color: #CEB376;
}
.AnyTagClassName
{
color: #CEB376;
}
</style>
background-color css
<style>
a { background-color: #CEB376; }
a { background-color: rgb(206,179,118); }
div.DivClassName
{
background-color: #CEB376;
}
.BgClassName
{
background-color: #CEB376;
}
</style>
border-color css
<style>
span { border-color: #CEB376; }
span { border-color: rgb(206,179,118); }
td.TdClassName
{
border-color: #CEB376;
}
.TagClassName
{
border-color: #CEB376;
}
</style>