Shades of Putty #CEB271
Tints of Putty #CEB271
RGB
CMYK
RGB Variations
Color information
#CEB271 (or 0xCEB271) is known color: Putty. HEX triplet: CE, B2 and 71. RGB value is (206,178,113). Sum of RGB (Red+Green+Blue) = 206+178+113=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB271 is #314D8E. Grayscale: #B3B3B3. Windows color (decimal): -3231119 or 7451342. OLE color: 7451342.
HSL color Cylindrical-coordinate representation of color #CEB271: hue angle of 41.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEB271 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 113 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.19 |
| HSL | 41.94º | 0.49% | 0.63% | - |
| HSV(B) | 41.94º | 0.45% | 0.81% | - |
| XYZ | 44.35 | 46.15 | 22.19 | - |
| YUV | 178.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 113 | 0 | 0.14 | 0.45 | 0.19 | 41.94 | 0.49 | 0.63 |
| Hex | CE | B2 | 71 | 0 | E | 2D | 13 | 2A | 31 | 3F |
| Octal | 316 | 262 | 161 | 0 | 16 | 55 | 23 | 52 | 61 | 77 |
| Binary | 11001110 | 10110010 | 1110001 | 0 | 1110 | 101101 | 10011 | 101010 | 110001 | 111111 |
Color Harmonies of #CEB271
Complementary color
Monochromatic Colors of #CEB271
Black with #CEB271
Text Example
Text Example
White with #CEB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB271; }
p { color: rgb(206,178,113); }
H1.HeaderClassName
{
color: #CEB271;
}
.AnyTagClassName
{
color: #CEB271;
}
</style>
background-color css
<style>
a { background-color: #CEB271; }
a { background-color: rgb(206,178,113); }
div.DivClassName
{
background-color: #CEB271;
}
.BgClassName
{
background-color: #CEB271;
}
</style>
border-color css
<style>
span { border-color: #CEB271; }
span { border-color: rgb(206,178,113); }
td.TdClassName
{
border-color: #CEB271;
}
.TagClassName
{
border-color: #CEB271;
}
</style>