Shades of Putty #CEAA6A
Tints of Putty #CEAA6A
RGB
CMYK
RGB Variations
Color information
#CEAA6A (or 0xCEAA6A) is known color: Putty. HEX triplet: CE, AA and 6A. RGB value is (206,170,106). Sum of RGB (Red+Green+Blue) = 206+170+106=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6A is #315595. Grayscale: #ADADAD. Windows color (decimal): -3233174 or 6990542. OLE color: 6990542.
HSL color Cylindrical-coordinate representation of color #CEAA6A: hue angle of 38.4º 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 #CEAA6A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 106 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.19 |
| HSL | 38.4º | 0.51% | 0.61% | - |
| HSV(B) | 38.4º | 0.49% | 0.81% | - |
| XYZ | 42.43 | 42.91 | 19.68 | - |
| YUV | 173.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 106 | 0 | 0.17 | 0.49 | 0.19 | 38.4 | 0.51 | 0.61 |
| Hex | CE | AA | 6A | 0 | 11 | 31 | 13 | 26 | 33 | 3D |
| Octal | 316 | 252 | 152 | 0 | 21 | 61 | 23 | 46 | 63 | 75 |
| Binary | 11001110 | 10101010 | 1101010 | 0 | 10001 | 110001 | 10011 | 100110 | 110011 | 111101 |
Color Harmonies of #CEAA6A
Complementary color
Monochromatic Colors of #CEAA6A
Black with #CEAA6A
Text Example
Text Example
White with #CEAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA6A; }
p { color: rgb(206,170,106); }
H1.HeaderClassName
{
color: #CEAA6A;
}
.AnyTagClassName
{
color: #CEAA6A;
}
</style>
background-color css
<style>
a { background-color: #CEAA6A; }
a { background-color: rgb(206,170,106); }
div.DivClassName
{
background-color: #CEAA6A;
}
.BgClassName
{
background-color: #CEAA6A;
}
</style>
border-color css
<style>
span { border-color: #CEAA6A; }
span { border-color: rgb(206,170,106); }
td.TdClassName
{
border-color: #CEAA6A;
}
.TagClassName
{
border-color: #CEAA6A;
}
</style>