Shades of Putty #CEB16F
Tints of Putty #CEB16F
RGB
CMYK
RGB Variations
Color information
#CEB16F (or 0xCEB16F) is known color: Putty. HEX triplet: CE, B1 and 6F. RGB value is (206,177,111). Sum of RGB (Red+Green+Blue) = 206+177+111=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16F is #314E90. Grayscale: #B2B2B2. Windows color (decimal): -3231377 or 7320014. OLE color: 7320014.
HSL color Cylindrical-coordinate representation of color #CEB16F: hue angle of 41.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEB16F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 111 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.19 |
| HSL | 41.68º | 0.49% | 0.62% | - |
| HSV(B) | 41.68º | 0.46% | 0.81% | - |
| XYZ | 44.04 | 45.71 | 21.54 | - |
| YUV | 178.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 111 | 0 | 0.14 | 0.46 | 0.19 | 41.68 | 0.49 | 0.62 |
| Hex | CE | B1 | 6F | 0 | E | 2E | 13 | 2A | 31 | 3E |
| Octal | 316 | 261 | 157 | 0 | 16 | 56 | 23 | 52 | 61 | 76 |
| Binary | 11001110 | 10110001 | 1101111 | 0 | 1110 | 101110 | 10011 | 101010 | 110001 | 111110 |
Color Harmonies of #CEB16F
Complementary color
Monochromatic Colors of #CEB16F
Black with #CEB16F
Text Example
Text Example
White with #CEB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB16F; }
p { color: rgb(206,177,111); }
H1.HeaderClassName
{
color: #CEB16F;
}
.AnyTagClassName
{
color: #CEB16F;
}
</style>
background-color css
<style>
a { background-color: #CEB16F; }
a { background-color: rgb(206,177,111); }
div.DivClassName
{
background-color: #CEB16F;
}
.BgClassName
{
background-color: #CEB16F;
}
</style>
border-color css
<style>
span { border-color: #CEB16F; }
span { border-color: rgb(206,177,111); }
td.TdClassName
{
border-color: #CEB16F;
}
.TagClassName
{
border-color: #CEB16F;
}
</style>