Shades of Putty #CEB067
Tints of Putty #CEB067
RGB
CMYK
RGB Variations
Color information
#CEB067 (or 0xCEB067) is known color: Putty. HEX triplet: CE, B0 and 67. RGB value is (206,176,103). Sum of RGB (Red+Green+Blue) = 206+176+103=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB067 is #314F98. Grayscale: #B0B0B0. Windows color (decimal): -3231641 or 6795470. OLE color: 6795470.
HSL color Cylindrical-coordinate representation of color #CEB067: hue angle of 42.52º 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 #CEB067 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 103 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 42.52º | 0.51% | 0.61% | - |
| HSV(B) | 42.52º | 0.5% | 0.81% | - |
| XYZ | 43.43 | 45.15 | 19.26 | - |
| YUV | 176.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 103 | 0 | 0.15 | 0.50 | 0.19 | 42.52 | 0.51 | 0.61 |
| Hex | CE | B0 | 67 | 0 | F | 32 | 13 | 2B | 33 | 3D |
| Octal | 316 | 260 | 147 | 0 | 17 | 62 | 23 | 53 | 63 | 75 |
| Binary | 11001110 | 10110000 | 1100111 | 0 | 1111 | 110010 | 10011 | 101011 | 110011 | 111101 |
Color Harmonies of #CEB067
Complementary color
Monochromatic Colors of #CEB067
Black with #CEB067
Text Example
Text Example
White with #CEB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB067; }
p { color: rgb(206,176,103); }
H1.HeaderClassName
{
color: #CEB067;
}
.AnyTagClassName
{
color: #CEB067;
}
</style>
background-color css
<style>
a { background-color: #CEB067; }
a { background-color: rgb(206,176,103); }
div.DivClassName
{
background-color: #CEB067;
}
.BgClassName
{
background-color: #CEB067;
}
</style>
border-color css
<style>
span { border-color: #CEB067; }
span { border-color: rgb(206,176,103); }
td.TdClassName
{
border-color: #CEB067;
}
.TagClassName
{
border-color: #CEB067;
}
</style>