Shades of Putty #CEB16B
Tints of Putty #CEB16B
RGB
CMYK
RGB Variations
Color information
#CEB16B (or 0xCEB16B) is known color: Putty. HEX triplet: CE, B1 and 6B. RGB value is (206,177,107). Sum of RGB (Red+Green+Blue) = 206+177+107=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16B is #314E94. Grayscale: #B2B2B2. Windows color (decimal): -3231381 or 7057870. OLE color: 7057870.
HSL color Cylindrical-coordinate representation of color #CEB16B: hue angle of 42.42º 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 #CEB16B is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 107 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.19 |
| HSL | 42.42º | 0.5% | 0.61% | - |
| HSV(B) | 42.42º | 0.48% | 0.81% | - |
| XYZ | 43.83 | 45.63 | 20.41 | - |
| YUV | 177.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 107 | 0 | 0.14 | 0.48 | 0.19 | 42.42 | 0.5 | 0.61 |
| Hex | CE | B1 | 6B | 0 | E | 30 | 13 | 2A | 32 | 3D |
| Octal | 316 | 261 | 153 | 0 | 16 | 60 | 23 | 52 | 62 | 75 |
| Binary | 11001110 | 10110001 | 1101011 | 0 | 1110 | 110000 | 10011 | 101010 | 110010 | 111101 |
Color Harmonies of #CEB16B
Complementary color
Monochromatic Colors of #CEB16B
Black with #CEB16B
Text Example
Text Example
White with #CEB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB16B; }
p { color: rgb(206,177,107); }
H1.HeaderClassName
{
color: #CEB16B;
}
.AnyTagClassName
{
color: #CEB16B;
}
</style>
background-color css
<style>
a { background-color: #CEB16B; }
a { background-color: rgb(206,177,107); }
div.DivClassName
{
background-color: #CEB16B;
}
.BgClassName
{
background-color: #CEB16B;
}
</style>
border-color css
<style>
span { border-color: #CEB16B; }
span { border-color: rgb(206,177,107); }
td.TdClassName
{
border-color: #CEB16B;
}
.TagClassName
{
border-color: #CEB16B;
}
</style>