Shades of Putty #CEA36F
Tints of Putty #CEA36F
RGB
CMYK
RGB Variations
Color information
#CEA36F (or 0xCEA36F) is known color: Putty. HEX triplet: CE, A3 and 6F. RGB value is (206,163,111). Sum of RGB (Red+Green+Blue) = 206+163+111=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA36F is #315C90. Grayscale: #AAAAAA. Windows color (decimal): -3234961 or 7316430. OLE color: 7316430.
HSL color Cylindrical-coordinate representation of color #CEA36F: hue angle of 32.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA36F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 111 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.19 |
| HSL | 32.84º | 0.49% | 0.62% | - |
| HSV(B) | 32.84º | 0.46% | 0.81% | - |
| XYZ | 41.42 | 40.46 | 20.67 | - |
| YUV | 169.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 111 | 0 | 0.21 | 0.46 | 0.19 | 32.84 | 0.49 | 0.62 |
| Hex | CE | A3 | 6F | 0 | 15 | 2E | 13 | 21 | 31 | 3E |
| Octal | 316 | 243 | 157 | 0 | 25 | 56 | 23 | 41 | 61 | 76 |
| Binary | 11001110 | 10100011 | 1101111 | 0 | 10101 | 101110 | 10011 | 100001 | 110001 | 111110 |
Color Harmonies of #CEA36F
Complementary color
Monochromatic Colors of #CEA36F
Black with #CEA36F
Text Example
Text Example
White with #CEA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA36F; }
p { color: rgb(206,163,111); }
H1.HeaderClassName
{
color: #CEA36F;
}
.AnyTagClassName
{
color: #CEA36F;
}
</style>
background-color css
<style>
a { background-color: #CEA36F; }
a { background-color: rgb(206,163,111); }
div.DivClassName
{
background-color: #CEA36F;
}
.BgClassName
{
background-color: #CEA36F;
}
</style>
border-color css
<style>
span { border-color: #CEA36F; }
span { border-color: rgb(206,163,111); }
td.TdClassName
{
border-color: #CEA36F;
}
.TagClassName
{
border-color: #CEA36F;
}
</style>