Shades of Putty #CEB678
Tints of Putty #CEB678
RGB
CMYK
RGB Variations
Color information
#CEB678 (or 0xCEB678) is known color: Putty. HEX triplet: CE, B6 and 78. RGB value is (206,182,120). Sum of RGB (Red+Green+Blue) = 206+182+120=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB678 is #314987. Grayscale: #B6B6B6. Windows color (decimal): -3230088 or 7911118. OLE color: 7911118.
HSL color Cylindrical-coordinate representation of color #CEB678: hue angle of 43.26º 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 #CEB678 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 120 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.19 |
| HSL | 43.26º | 0.47% | 0.64% | - |
| HSV(B) | 43.26º | 0.42% | 0.81% | - |
| XYZ | 45.57 | 47.93 | 24.62 | - |
| YUV | 182.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 120 | 0 | 0.12 | 0.42 | 0.19 | 43.26 | 0.47 | 0.64 |
| Hex | CE | B6 | 78 | 0 | C | 2A | 13 | 2B | 2F | 40 |
| Octal | 316 | 266 | 170 | 0 | 14 | 52 | 23 | 53 | 57 | 100 |
| Binary | 11001110 | 10110110 | 1111000 | 0 | 1100 | 101010 | 10011 | 101011 | 101111 | 1000000 |
Color Harmonies of #CEB678
Complementary color
Monochromatic Colors of #CEB678
Black with #CEB678
Text Example
Text Example
White with #CEB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB678; }
p { color: rgb(206,182,120); }
H1.HeaderClassName
{
color: #CEB678;
}
.AnyTagClassName
{
color: #CEB678;
}
</style>
background-color css
<style>
a { background-color: #CEB678; }
a { background-color: rgb(206,182,120); }
div.DivClassName
{
background-color: #CEB678;
}
.BgClassName
{
background-color: #CEB678;
}
</style>
border-color css
<style>
span { border-color: #CEB678; }
span { border-color: rgb(206,182,120); }
td.TdClassName
{
border-color: #CEB678;
}
.TagClassName
{
border-color: #CEB678;
}
</style>