Shades of Putty #CEB068
Tints of Putty #CEB068
RGB
CMYK
RGB Variations
Color information
#CEB068 (or 0xCEB068) is known color: Putty. HEX triplet: CE, B0 and 68. RGB value is (206,176,104). Sum of RGB (Red+Green+Blue) = 206+176+104=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB068 is #314F97. Grayscale: #B1B1B1. Windows color (decimal): -3231640 or 6861006. OLE color: 6861006.
HSL color Cylindrical-coordinate representation of color #CEB068: hue angle of 42.35º 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 #CEB068 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 104 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 42.35º | 0.51% | 0.61% | - |
| HSV(B) | 42.35º | 0.5% | 0.81% | - |
| XYZ | 43.48 | 45.17 | 19.52 | - |
| YUV | 176.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 104 | 0 | 0.15 | 0.50 | 0.19 | 42.35 | 0.51 | 0.61 |
| Hex | CE | B0 | 68 | 0 | F | 32 | 13 | 2A | 33 | 3D |
| Octal | 316 | 260 | 150 | 0 | 17 | 62 | 23 | 52 | 63 | 75 |
| Binary | 11001110 | 10110000 | 1101000 | 0 | 1111 | 110010 | 10011 | 101010 | 110011 | 111101 |
Color Harmonies of #CEB068
Complementary color
Monochromatic Colors of #CEB068
Black with #CEB068
Text Example
Text Example
White with #CEB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB068; }
p { color: rgb(206,176,104); }
H1.HeaderClassName
{
color: #CEB068;
}
.AnyTagClassName
{
color: #CEB068;
}
</style>
background-color css
<style>
a { background-color: #CEB068; }
a { background-color: rgb(206,176,104); }
div.DivClassName
{
background-color: #CEB068;
}
.BgClassName
{
background-color: #CEB068;
}
</style>
border-color css
<style>
span { border-color: #CEB068; }
span { border-color: rgb(206,176,104); }
td.TdClassName
{
border-color: #CEB068;
}
.TagClassName
{
border-color: #CEB068;
}
</style>