Shades of Putty #CEB26D
Tints of Putty #CEB26D
RGB
CMYK
RGB Variations
Color information
#CEB26D (or 0xCEB26D) is known color: Putty. HEX triplet: CE, B2 and 6D. RGB value is (206,178,109). Sum of RGB (Red+Green+Blue) = 206+178+109=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB26D is #314D92. Grayscale: #B2B2B2. Windows color (decimal): -3231123 or 7189198. OLE color: 7189198.
HSL color Cylindrical-coordinate representation of color #CEB26D: hue angle of 42.68º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB26D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 109 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.19 |
| HSL | 42.68º | 0.5% | 0.62% | - |
| HSV(B) | 42.68º | 0.47% | 0.81% | - |
| XYZ | 44.13 | 46.07 | 21.03 | - |
| YUV | 178.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 109 | 0 | 0.14 | 0.47 | 0.19 | 42.68 | 0.5 | 0.62 |
| Hex | CE | B2 | 6D | 0 | E | 2F | 13 | 2B | 32 | 3E |
| Octal | 316 | 262 | 155 | 0 | 16 | 57 | 23 | 53 | 62 | 76 |
| Binary | 11001110 | 10110010 | 1101101 | 0 | 1110 | 101111 | 10011 | 101011 | 110010 | 111110 |
Color Harmonies of #CEB26D
Complementary color
Monochromatic Colors of #CEB26D
Black with #CEB26D
Text Example
Text Example
White with #CEB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB26D; }
p { color: rgb(206,178,109); }
H1.HeaderClassName
{
color: #CEB26D;
}
.AnyTagClassName
{
color: #CEB26D;
}
</style>
background-color css
<style>
a { background-color: #CEB26D; }
a { background-color: rgb(206,178,109); }
div.DivClassName
{
background-color: #CEB26D;
}
.BgClassName
{
background-color: #CEB26D;
}
</style>
border-color css
<style>
span { border-color: #CEB26D; }
span { border-color: rgb(206,178,109); }
td.TdClassName
{
border-color: #CEB26D;
}
.TagClassName
{
border-color: #CEB26D;
}
</style>