Shades of Putty #CEB76F
Tints of Putty #CEB76F
RGB
CMYK
RGB Variations
Color information
#CEB76F (or 0xCEB76F) is known color: Putty. HEX triplet: CE, B7 and 6F. RGB value is (206,183,111). Sum of RGB (Red+Green+Blue) = 206+183+111=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB76F is #314890. Grayscale: #B5B5B5. Windows color (decimal): -3229841 or 7321550. OLE color: 7321550.
HSL color Cylindrical-coordinate representation of color #CEB76F: hue angle of 45.47º 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 #CEB76F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 111 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.19 |
| HSL | 45.47º | 0.49% | 0.62% | - |
| HSV(B) | 45.47º | 0.46% | 0.81% | - |
| XYZ | 45.26 | 48.14 | 21.94 | - |
| YUV | 181.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 111 | 0 | 0.11 | 0.46 | 0.19 | 45.47 | 0.49 | 0.62 |
| Hex | CE | B7 | 6F | 0 | B | 2E | 13 | 2D | 31 | 3E |
| Octal | 316 | 267 | 157 | 0 | 13 | 56 | 23 | 55 | 61 | 76 |
| Binary | 11001110 | 10110111 | 1101111 | 0 | 1011 | 101110 | 10011 | 101101 | 110001 | 111110 |
Color Harmonies of #CEB76F
Complementary color
Monochromatic Colors of #CEB76F
Black with #CEB76F
Text Example
Text Example
White with #CEB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB76F; }
p { color: rgb(206,183,111); }
H1.HeaderClassName
{
color: #CEB76F;
}
.AnyTagClassName
{
color: #CEB76F;
}
</style>
background-color css
<style>
a { background-color: #CEB76F; }
a { background-color: rgb(206,183,111); }
div.DivClassName
{
background-color: #CEB76F;
}
.BgClassName
{
background-color: #CEB76F;
}
</style>
border-color css
<style>
span { border-color: #CEB76F; }
span { border-color: rgb(206,183,111); }
td.TdClassName
{
border-color: #CEB76F;
}
.TagClassName
{
border-color: #CEB76F;
}
</style>