Shades of Putty #CEB478
Tints of Putty #CEB478
RGB
CMYK
RGB Variations
Color information
#CEB478 (or 0xCEB478) is known color: Putty. HEX triplet: CE, B4 and 78. RGB value is (206,180,120). Sum of RGB (Red+Green+Blue) = 206+180+120=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB478 is #314B87. Grayscale: #B5B5B5. Windows color (decimal): -3230600 or 7910606. OLE color: 7910606.
HSL color Cylindrical-coordinate representation of color #CEB478: hue angle of 41.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEB478 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 120 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.19 |
| HSL | 41.86º | 0.47% | 0.64% | - |
| HSV(B) | 41.86º | 0.42% | 0.81% | - |
| XYZ | 45.17 | 47.12 | 24.48 | - |
| YUV | 180.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 120 | 0 | 0.13 | 0.42 | 0.19 | 41.86 | 0.47 | 0.64 |
| Hex | CE | B4 | 78 | 0 | D | 2A | 13 | 2A | 2F | 40 |
| Octal | 316 | 264 | 170 | 0 | 15 | 52 | 23 | 52 | 57 | 100 |
| Binary | 11001110 | 10110100 | 1111000 | 0 | 1101 | 101010 | 10011 | 101010 | 101111 | 1000000 |
Color Harmonies of #CEB478
Complementary color
Monochromatic Colors of #CEB478
Black with #CEB478
Text Example
Text Example
White with #CEB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB478; }
p { color: rgb(206,180,120); }
H1.HeaderClassName
{
color: #CEB478;
}
.AnyTagClassName
{
color: #CEB478;
}
</style>
background-color css
<style>
a { background-color: #CEB478; }
a { background-color: rgb(206,180,120); }
div.DivClassName
{
background-color: #CEB478;
}
.BgClassName
{
background-color: #CEB478;
}
</style>
border-color css
<style>
span { border-color: #CEB478; }
span { border-color: rgb(206,180,120); }
td.TdClassName
{
border-color: #CEB478;
}
.TagClassName
{
border-color: #CEB478;
}
</style>