Shades of Putty #CEA46A
Tints of Putty #CEA46A
RGB
CMYK
RGB Variations
Color information
#CEA46A (or 0xCEA46A) is known color: Putty. HEX triplet: CE, A4 and 6A. RGB value is (206,164,106). Sum of RGB (Red+Green+Blue) = 206+164+106=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA46A is #315B95. Grayscale: #AAAAAA. Windows color (decimal): -3234710 or 6989006. OLE color: 6989006.
HSL color Cylindrical-coordinate representation of color #CEA46A: hue angle of 34.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEA46A is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 106 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.19 |
| HSL | 34.8º | 0.51% | 0.61% | - |
| HSV(B) | 34.8º | 0.49% | 0.81% | - |
| XYZ | 41.33 | 40.71 | 19.32 | - |
| YUV | 169.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 106 | 0 | 0.20 | 0.49 | 0.19 | 34.8 | 0.51 | 0.61 |
| Hex | CE | A4 | 6A | 0 | 14 | 31 | 13 | 23 | 33 | 3D |
| Octal | 316 | 244 | 152 | 0 | 24 | 61 | 23 | 43 | 63 | 75 |
| Binary | 11001110 | 10100100 | 1101010 | 0 | 10100 | 110001 | 10011 | 100011 | 110011 | 111101 |
Color Harmonies of #CEA46A
Complementary color
Monochromatic Colors of #CEA46A
Black with #CEA46A
Text Example
Text Example
White with #CEA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA46A; }
p { color: rgb(206,164,106); }
H1.HeaderClassName
{
color: #CEA46A;
}
.AnyTagClassName
{
color: #CEA46A;
}
</style>
background-color css
<style>
a { background-color: #CEA46A; }
a { background-color: rgb(206,164,106); }
div.DivClassName
{
background-color: #CEA46A;
}
.BgClassName
{
background-color: #CEA46A;
}
</style>
border-color css
<style>
span { border-color: #CEA46A; }
span { border-color: rgb(206,164,106); }
td.TdClassName
{
border-color: #CEA46A;
}
.TagClassName
{
border-color: #CEA46A;
}
</style>