Shades of Putty #CEAD68
Tints of Putty #CEAD68
RGB
CMYK
RGB Variations
Color information
#CEAD68 (or 0xCEAD68) is known color: Putty. HEX triplet: CE, AD and 68. RGB value is (206,173,104). Sum of RGB (Red+Green+Blue) = 206+173+104=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD68 is #315297. Grayscale: #AFAFAF. Windows color (decimal): -3232408 or 6860238. OLE color: 6860238.
HSL color Cylindrical-coordinate representation of color #CEAD68: hue angle of 40.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEAD68 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 104 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.19 |
| HSL | 40.59º | 0.51% | 0.61% | - |
| HSV(B) | 40.59º | 0.5% | 0.81% | - |
| XYZ | 42.9 | 44.01 | 19.33 | - |
| YUV | 175 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 104 | 0 | 0.16 | 0.50 | 0.19 | 40.59 | 0.51 | 0.61 |
| Hex | CE | AD | 68 | 0 | 10 | 32 | 13 | 29 | 33 | 3D |
| Octal | 316 | 255 | 150 | 0 | 20 | 62 | 23 | 51 | 63 | 75 |
| Binary | 11001110 | 10101101 | 1101000 | 0 | 10000 | 110010 | 10011 | 101001 | 110011 | 111101 |
Color Harmonies of #CEAD68
Complementary color
Monochromatic Colors of #CEAD68
Black with #CEAD68
Text Example
Text Example
White with #CEAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD68; }
p { color: rgb(206,173,104); }
H1.HeaderClassName
{
color: #CEAD68;
}
.AnyTagClassName
{
color: #CEAD68;
}
</style>
background-color css
<style>
a { background-color: #CEAD68; }
a { background-color: rgb(206,173,104); }
div.DivClassName
{
background-color: #CEAD68;
}
.BgClassName
{
background-color: #CEAD68;
}
</style>
border-color css
<style>
span { border-color: #CEAD68; }
span { border-color: rgb(206,173,104); }
td.TdClassName
{
border-color: #CEAD68;
}
.TagClassName
{
border-color: #CEAD68;
}
</style>