Shades of Putty #CEB37B
Tints of Putty #CEB37B
RGB
CMYK
RGB Variations
Color information
#CEB37B (or 0xCEB37B) is known color: Putty. HEX triplet: CE, B3 and 7B. RGB value is (206,179,123). Sum of RGB (Red+Green+Blue) = 206+179+123=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB37B is #314C84. Grayscale: #B4B4B4. Windows color (decimal): -3230853 or 8106958. OLE color: 8106958.
HSL color Cylindrical-coordinate representation of color #CEB37B: hue angle of 40.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB37B is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 123 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.19 |
| HSL | 40.48º | 0.46% | 0.65% | - |
| HSV(B) | 40.48º | 0.4% | 0.81% | - |
| XYZ | 45.15 | 46.79 | 25.39 | - |
| YUV | 180.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 123 | 0 | 0.13 | 0.40 | 0.19 | 40.48 | 0.46 | 0.65 |
| Hex | CE | B3 | 7B | 0 | D | 28 | 13 | 28 | 2E | 41 |
| Octal | 316 | 263 | 173 | 0 | 15 | 50 | 23 | 50 | 56 | 101 |
| Binary | 11001110 | 10110011 | 1111011 | 0 | 1101 | 101000 | 10011 | 101000 | 101110 | 1000001 |
Color Harmonies of #CEB37B
Complementary color
Monochromatic Colors of #CEB37B
Black with #CEB37B
Text Example
Text Example
White with #CEB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB37B; }
p { color: rgb(206,179,123); }
H1.HeaderClassName
{
color: #CEB37B;
}
.AnyTagClassName
{
color: #CEB37B;
}
</style>
background-color css
<style>
a { background-color: #CEB37B; }
a { background-color: rgb(206,179,123); }
div.DivClassName
{
background-color: #CEB37B;
}
.BgClassName
{
background-color: #CEB37B;
}
</style>
border-color css
<style>
span { border-color: #CEB37B; }
span { border-color: rgb(206,179,123); }
td.TdClassName
{
border-color: #CEB37B;
}
.TagClassName
{
border-color: #CEB37B;
}
</style>