Shades of Putty #CEB66B
Tints of Putty #CEB66B
RGB
CMYK
RGB Variations
Color information
#CEB66B (or 0xCEB66B) is known color: Putty. HEX triplet: CE, B6 and 6B. RGB value is (206,182,107). Sum of RGB (Red+Green+Blue) = 206+182+107=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB66B is #314994. Grayscale: #B4B4B4. Windows color (decimal): -3230101 or 7059150. OLE color: 7059150.
HSL color Cylindrical-coordinate representation of color #CEB66B: hue angle of 45.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB66B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 107 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.19 |
| HSL | 45.45º | 0.5% | 0.61% | - |
| HSV(B) | 45.45º | 0.48% | 0.81% | - |
| XYZ | 44.84 | 47.64 | 20.74 | - |
| YUV | 180.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 107 | 0 | 0.12 | 0.48 | 0.19 | 45.45 | 0.5 | 0.61 |
| Hex | CE | B6 | 6B | 0 | C | 30 | 13 | 2D | 32 | 3D |
| Octal | 316 | 266 | 153 | 0 | 14 | 60 | 23 | 55 | 62 | 75 |
| Binary | 11001110 | 10110110 | 1101011 | 0 | 1100 | 110000 | 10011 | 101101 | 110010 | 111101 |
Color Harmonies of #CEB66B
Complementary color
Monochromatic Colors of #CEB66B
Black with #CEB66B
Text Example
Text Example
White with #CEB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB66B; }
p { color: rgb(206,182,107); }
H1.HeaderClassName
{
color: #CEB66B;
}
.AnyTagClassName
{
color: #CEB66B;
}
</style>
background-color css
<style>
a { background-color: #CEB66B; }
a { background-color: rgb(206,182,107); }
div.DivClassName
{
background-color: #CEB66B;
}
.BgClassName
{
background-color: #CEB66B;
}
</style>
border-color css
<style>
span { border-color: #CEB66B; }
span { border-color: rgb(206,182,107); }
td.TdClassName
{
border-color: #CEB66B;
}
.TagClassName
{
border-color: #CEB66B;
}
</style>