Shades of Putty #CEAD6A
Tints of Putty #CEAD6A
RGB
CMYK
RGB Variations
Color information
#CEAD6A (or 0xCEAD6A) is known color: Putty. HEX triplet: CE, AD and 6A. RGB value is (206,173,106). Sum of RGB (Red+Green+Blue) = 206+173+106=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD6A is #315295. Grayscale: #AFAFAF. Windows color (decimal): -3232406 or 6991310. OLE color: 6991310.
HSL color Cylindrical-coordinate representation of color #CEAD6A: hue angle of 40.2º 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 #CEAD6A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 106 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.19 |
| HSL | 40.2º | 0.51% | 0.61% | - |
| HSV(B) | 40.2º | 0.49% | 0.81% | - |
| XYZ | 43 | 44.05 | 19.87 | - |
| YUV | 175.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 106 | 0 | 0.16 | 0.49 | 0.19 | 40.2 | 0.51 | 0.61 |
| Hex | CE | AD | 6A | 0 | 10 | 31 | 13 | 28 | 33 | 3D |
| Octal | 316 | 255 | 152 | 0 | 20 | 61 | 23 | 50 | 63 | 75 |
| Binary | 11001110 | 10101101 | 1101010 | 0 | 10000 | 110001 | 10011 | 101000 | 110011 | 111101 |
Color Harmonies of #CEAD6A
Complementary color
Monochromatic Colors of #CEAD6A
Black with #CEAD6A
Text Example
Text Example
White with #CEAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD6A; }
p { color: rgb(206,173,106); }
H1.HeaderClassName
{
color: #CEAD6A;
}
.AnyTagClassName
{
color: #CEAD6A;
}
</style>
background-color css
<style>
a { background-color: #CEAD6A; }
a { background-color: rgb(206,173,106); }
div.DivClassName
{
background-color: #CEAD6A;
}
.BgClassName
{
background-color: #CEAD6A;
}
</style>
border-color css
<style>
span { border-color: #CEAD6A; }
span { border-color: rgb(206,173,106); }
td.TdClassName
{
border-color: #CEAD6A;
}
.TagClassName
{
border-color: #CEAD6A;
}
</style>