Shades of Putty #CEA46F
Tints of Putty #CEA46F
RGB
CMYK
RGB Variations
Color information
#CEA46F (or 0xCEA46F) is known color: Putty. HEX triplet: CE, A4 and 6F. RGB value is (206,164,111). Sum of RGB (Red+Green+Blue) = 206+164+111=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA46F is #315B90. Grayscale: #AAAAAA. Windows color (decimal): -3234705 or 7316686. OLE color: 7316686.
HSL color Cylindrical-coordinate representation of color #CEA46F: hue angle of 33.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA46F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 111 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.19 |
| HSL | 33.47º | 0.49% | 0.62% | - |
| HSV(B) | 33.47º | 0.46% | 0.81% | - |
| XYZ | 41.6 | 40.82 | 20.73 | - |
| YUV | 170.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 111 | 0 | 0.20 | 0.46 | 0.19 | 33.47 | 0.49 | 0.62 |
| Hex | CE | A4 | 6F | 0 | 14 | 2E | 13 | 21 | 31 | 3E |
| Octal | 316 | 244 | 157 | 0 | 24 | 56 | 23 | 41 | 61 | 76 |
| Binary | 11001110 | 10100100 | 1101111 | 0 | 10100 | 101110 | 10011 | 100001 | 110001 | 111110 |
Color Harmonies of #CEA46F
Complementary color
Monochromatic Colors of #CEA46F
Black with #CEA46F
Text Example
Text Example
White with #CEA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA46F; }
p { color: rgb(206,164,111); }
H1.HeaderClassName
{
color: #CEA46F;
}
.AnyTagClassName
{
color: #CEA46F;
}
</style>
background-color css
<style>
a { background-color: #CEA46F; }
a { background-color: rgb(206,164,111); }
div.DivClassName
{
background-color: #CEA46F;
}
.BgClassName
{
background-color: #CEA46F;
}
</style>
border-color css
<style>
span { border-color: #CEA46F; }
span { border-color: rgb(206,164,111); }
td.TdClassName
{
border-color: #CEA46F;
}
.TagClassName
{
border-color: #CEA46F;
}
</style>