Shades of Putty #CEA867
Tints of Putty #CEA867
RGB
CMYK
RGB Variations
Color information
#CEA867 (or 0xCEA867) is known color: Putty. HEX triplet: CE, A8 and 67. RGB value is (206,168,103). Sum of RGB (Red+Green+Blue) = 206+168+103=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA867 is #315798. Grayscale: #ACACAC. Windows color (decimal): -3233689 or 6793422. OLE color: 6793422.
HSL color Cylindrical-coordinate representation of color #CEA867: hue angle of 37.86º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA867 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 103 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.19 |
| HSL | 37.86º | 0.51% | 0.61% | - |
| HSV(B) | 37.86º | 0.5% | 0.81% | - |
| XYZ | 41.9 | 42.11 | 18.75 | - |
| YUV | 171.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 103 | 0 | 0.18 | 0.50 | 0.19 | 37.86 | 0.51 | 0.61 |
| Hex | CE | A8 | 67 | 0 | 12 | 32 | 13 | 26 | 33 | 3D |
| Octal | 316 | 250 | 147 | 0 | 22 | 62 | 23 | 46 | 63 | 75 |
| Binary | 11001110 | 10101000 | 1100111 | 0 | 10010 | 110010 | 10011 | 100110 | 110011 | 111101 |
Color Harmonies of #CEA867
Complementary color
Monochromatic Colors of #CEA867
Black with #CEA867
Text Example
Text Example
White with #CEA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA867; }
p { color: rgb(206,168,103); }
H1.HeaderClassName
{
color: #CEA867;
}
.AnyTagClassName
{
color: #CEA867;
}
</style>
background-color css
<style>
a { background-color: #CEA867; }
a { background-color: rgb(206,168,103); }
div.DivClassName
{
background-color: #CEA867;
}
.BgClassName
{
background-color: #CEA867;
}
</style>
border-color css
<style>
span { border-color: #CEA867; }
span { border-color: rgb(206,168,103); }
td.TdClassName
{
border-color: #CEA867;
}
.TagClassName
{
border-color: #CEA867;
}
</style>