Shades of Putty #CEB775
Tints of Putty #CEB775
RGB
CMYK
RGB Variations
Color information
#CEB775 (or 0xCEB775) is known color: Putty. HEX triplet: CE, B7 and 75. RGB value is (206,183,117). Sum of RGB (Red+Green+Blue) = 206+183+117=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB775 is #31488A. Grayscale: #B6B6B6. Windows color (decimal): -3229835 or 7714766. OLE color: 7714766.
HSL color Cylindrical-coordinate representation of color #CEB775: hue angle of 44.49º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB775 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 117 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.19 |
| HSL | 44.49º | 0.48% | 0.63% | - |
| HSV(B) | 44.49º | 0.43% | 0.81% | - |
| XYZ | 45.6 | 48.27 | 23.74 | - |
| YUV | 182.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 117 | 0 | 0.11 | 0.43 | 0.19 | 44.49 | 0.48 | 0.63 |
| Hex | CE | B7 | 75 | 0 | B | 2B | 13 | 2C | 30 | 3F |
| Octal | 316 | 267 | 165 | 0 | 13 | 53 | 23 | 54 | 60 | 77 |
| Binary | 11001110 | 10110111 | 1110101 | 0 | 1011 | 101011 | 10011 | 101100 | 110000 | 111111 |
Color Harmonies of #CEB775
Complementary color
Monochromatic Colors of #CEB775
Black with #CEB775
Text Example
Text Example
White with #CEB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB775; }
p { color: rgb(206,183,117); }
H1.HeaderClassName
{
color: #CEB775;
}
.AnyTagClassName
{
color: #CEB775;
}
</style>
background-color css
<style>
a { background-color: #CEB775; }
a { background-color: rgb(206,183,117); }
div.DivClassName
{
background-color: #CEB775;
}
.BgClassName
{
background-color: #CEB775;
}
</style>
border-color css
<style>
span { border-color: #CEB775; }
span { border-color: rgb(206,183,117); }
td.TdClassName
{
border-color: #CEB775;
}
.TagClassName
{
border-color: #CEB775;
}
</style>