Shades of Putty #CEB168
Tints of Putty #CEB168
RGB
CMYK
RGB Variations
Color information
#CEB168 (or 0xCEB168) is known color: Putty. HEX triplet: CE, B1 and 68. RGB value is (206,177,104). Sum of RGB (Red+Green+Blue) = 206+177+104=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB168 is #314E97. Grayscale: #B1B1B1. Windows color (decimal): -3231384 or 6861262. OLE color: 6861262.
HSL color Cylindrical-coordinate representation of color #CEB168: hue angle of 42.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB168 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 104 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.19 |
| HSL | 42.94º | 0.51% | 0.61% | - |
| HSV(B) | 42.94º | 0.5% | 0.81% | - |
| XYZ | 43.67 | 45.57 | 19.59 | - |
| YUV | 177.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 104 | 0 | 0.14 | 0.50 | 0.19 | 42.94 | 0.51 | 0.61 |
| Hex | CE | B1 | 68 | 0 | E | 32 | 13 | 2B | 33 | 3D |
| Octal | 316 | 261 | 150 | 0 | 16 | 62 | 23 | 53 | 63 | 75 |
| Binary | 11001110 | 10110001 | 1101000 | 0 | 1110 | 110010 | 10011 | 101011 | 110011 | 111101 |
Color Harmonies of #CEB168
Complementary color
Monochromatic Colors of #CEB168
Black with #CEB168
Text Example
Text Example
White with #CEB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB168; }
p { color: rgb(206,177,104); }
H1.HeaderClassName
{
color: #CEB168;
}
.AnyTagClassName
{
color: #CEB168;
}
</style>
background-color css
<style>
a { background-color: #CEB168; }
a { background-color: rgb(206,177,104); }
div.DivClassName
{
background-color: #CEB168;
}
.BgClassName
{
background-color: #CEB168;
}
</style>
border-color css
<style>
span { border-color: #CEB168; }
span { border-color: rgb(206,177,104); }
td.TdClassName
{
border-color: #CEB168;
}
.TagClassName
{
border-color: #CEB168;
}
</style>