Shades of Putty #CEAE65
Tints of Putty #CEAE65
RGB
CMYK
RGB Variations
Color information
#CEAE65 (or 0xCEAE65) is known color: Putty. HEX triplet: CE, AE and 65. RGB value is (206,174,101). Sum of RGB (Red+Green+Blue) = 206+174+101=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE65 is #31519A. Grayscale: #AFAFAF. Windows color (decimal): -3232155 or 6663886. OLE color: 6663886.
HSL color Cylindrical-coordinate representation of color #CEAE65: hue angle of 41.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEAE65 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 101 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.19 |
| HSL | 41.71º | 0.52% | 0.6% | - |
| HSV(B) | 41.71º | 0.51% | 0.81% | - |
| XYZ | 42.94 | 44.33 | 18.61 | - |
| YUV | 175.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 101 | 0 | 0.16 | 0.51 | 0.19 | 41.71 | 0.52 | 0.6 |
| Hex | CE | AE | 65 | 0 | 10 | 33 | 13 | 2A | 34 | 3C |
| Octal | 316 | 256 | 145 | 0 | 20 | 63 | 23 | 52 | 64 | 74 |
| Binary | 11001110 | 10101110 | 1100101 | 0 | 10000 | 110011 | 10011 | 101010 | 110100 | 111100 |
Color Harmonies of #CEAE65
Complementary color
Monochromatic Colors of #CEAE65
Black with #CEAE65
Text Example
Text Example
White with #CEAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE65; }
p { color: rgb(206,174,101); }
H1.HeaderClassName
{
color: #CEAE65;
}
.AnyTagClassName
{
color: #CEAE65;
}
</style>
background-color css
<style>
a { background-color: #CEAE65; }
a { background-color: rgb(206,174,101); }
div.DivClassName
{
background-color: #CEAE65;
}
.BgClassName
{
background-color: #CEAE65;
}
</style>
border-color css
<style>
span { border-color: #CEAE65; }
span { border-color: rgb(206,174,101); }
td.TdClassName
{
border-color: #CEAE65;
}
.TagClassName
{
border-color: #CEAE65;
}
</style>