Shades of Putty #CEA469
Tints of Putty #CEA469
RGB
CMYK
RGB Variations
Color information
#CEA469 (or 0xCEA469) is known color: Putty. HEX triplet: CE, A4 and 69. RGB value is (206,164,105). Sum of RGB (Red+Green+Blue) = 206+164+105=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA469 is #315B96. Grayscale: #AAAAAA. Windows color (decimal): -3234711 or 6923470. OLE color: 6923470.
HSL color Cylindrical-coordinate representation of color #CEA469: hue angle of 35.05º 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 #CEA469 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 105 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.19 |
| HSL | 35.05º | 0.51% | 0.61% | - |
| HSV(B) | 35.05º | 0.49% | 0.81% | - |
| XYZ | 41.28 | 40.69 | 19.04 | - |
| YUV | 169.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 105 | 0 | 0.20 | 0.49 | 0.19 | 35.05 | 0.51 | 0.61 |
| Hex | CE | A4 | 69 | 0 | 14 | 31 | 13 | 23 | 33 | 3D |
| Octal | 316 | 244 | 151 | 0 | 24 | 61 | 23 | 43 | 63 | 75 |
| Binary | 11001110 | 10100100 | 1101001 | 0 | 10100 | 110001 | 10011 | 100011 | 110011 | 111101 |
Color Harmonies of #CEA469
Complementary color
Monochromatic Colors of #CEA469
Black with #CEA469
Text Example
Text Example
White with #CEA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA469; }
p { color: rgb(206,164,105); }
H1.HeaderClassName
{
color: #CEA469;
}
.AnyTagClassName
{
color: #CEA469;
}
</style>
background-color css
<style>
a { background-color: #CEA469; }
a { background-color: rgb(206,164,105); }
div.DivClassName
{
background-color: #CEA469;
}
.BgClassName
{
background-color: #CEA469;
}
</style>
border-color css
<style>
span { border-color: #CEA469; }
span { border-color: rgb(206,164,105); }
td.TdClassName
{
border-color: #CEA469;
}
.TagClassName
{
border-color: #CEA469;
}
</style>