Shades of Putty #CEA769
Tints of Putty #CEA769
RGB
CMYK
RGB Variations
Color information
#CEA769 (or 0xCEA769) is known color: Putty. HEX triplet: CE, A7 and 69. RGB value is (206,167,105). Sum of RGB (Red+Green+Blue) = 206+167+105=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA769 is #315896. Grayscale: #ABABAB. Windows color (decimal): -3233943 or 6924238. OLE color: 6924238.
HSL color Cylindrical-coordinate representation of color #CEA769: hue angle of 36.83º 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 #CEA769 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 105 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.19 |
| HSL | 36.83º | 0.51% | 0.61% | - |
| HSV(B) | 36.83º | 0.49% | 0.81% | - |
| XYZ | 41.82 | 41.78 | 19.22 | - |
| YUV | 171.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 105 | 0 | 0.19 | 0.49 | 0.19 | 36.83 | 0.51 | 0.61 |
| Hex | CE | A7 | 69 | 0 | 13 | 31 | 13 | 25 | 33 | 3D |
| Octal | 316 | 247 | 151 | 0 | 23 | 61 | 23 | 45 | 63 | 75 |
| Binary | 11001110 | 10100111 | 1101001 | 0 | 10011 | 110001 | 10011 | 100101 | 110011 | 111101 |
Color Harmonies of #CEA769
Complementary color
Monochromatic Colors of #CEA769
Black with #CEA769
Text Example
Text Example
White with #CEA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA769; }
p { color: rgb(206,167,105); }
H1.HeaderClassName
{
color: #CEA769;
}
.AnyTagClassName
{
color: #CEA769;
}
</style>
background-color css
<style>
a { background-color: #CEA769; }
a { background-color: rgb(206,167,105); }
div.DivClassName
{
background-color: #CEA769;
}
.BgClassName
{
background-color: #CEA769;
}
</style>
border-color css
<style>
span { border-color: #CEA769; }
span { border-color: rgb(206,167,105); }
td.TdClassName
{
border-color: #CEA769;
}
.TagClassName
{
border-color: #CEA769;
}
</style>