Shades of Putty #CEA36B
Tints of Putty #CEA36B
RGB
CMYK
RGB Variations
Color information
#CEA36B (or 0xCEA36B) is known color: Putty. HEX triplet: CE, A3 and 6B. RGB value is (206,163,107). Sum of RGB (Red+Green+Blue) = 206+163+107=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA36B is #315C94. Grayscale: #A9A9A9. Windows color (decimal): -3234965 or 7054286. OLE color: 7054286.
HSL color Cylindrical-coordinate representation of color #CEA36B: hue angle of 33.94º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEA36B is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 107 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.19 |
| HSL | 33.94º | 0.5% | 0.61% | - |
| HSV(B) | 33.94º | 0.48% | 0.81% | - |
| XYZ | 41.2 | 40.38 | 19.53 | - |
| YUV | 169.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 107 | 0 | 0.21 | 0.48 | 0.19 | 33.94 | 0.5 | 0.61 |
| Hex | CE | A3 | 6B | 0 | 15 | 30 | 13 | 22 | 32 | 3D |
| Octal | 316 | 243 | 153 | 0 | 25 | 60 | 23 | 42 | 62 | 75 |
| Binary | 11001110 | 10100011 | 1101011 | 0 | 10101 | 110000 | 10011 | 100010 | 110010 | 111101 |
Color Harmonies of #CEA36B
Complementary color
Monochromatic Colors of #CEA36B
Black with #CEA36B
Text Example
Text Example
White with #CEA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA36B; }
p { color: rgb(206,163,107); }
H1.HeaderClassName
{
color: #CEA36B;
}
.AnyTagClassName
{
color: #CEA36B;
}
</style>
background-color css
<style>
a { background-color: #CEA36B; }
a { background-color: rgb(206,163,107); }
div.DivClassName
{
background-color: #CEA36B;
}
.BgClassName
{
background-color: #CEA36B;
}
</style>
border-color css
<style>
span { border-color: #CEA36B; }
span { border-color: rgb(206,163,107); }
td.TdClassName
{
border-color: #CEA36B;
}
.TagClassName
{
border-color: #CEA36B;
}
</style>