Shades of Putty #CEAF68
Tints of Putty #CEAF68
RGB
CMYK
RGB Variations
Color information
#CEAF68 (or 0xCEAF68) is known color: Putty. HEX triplet: CE, AF and 68. RGB value is (206,175,104). Sum of RGB (Red+Green+Blue) = 206+175+104=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF68 is #315097. Grayscale: #B0B0B0. Windows color (decimal): -3231896 or 6860750. OLE color: 6860750.
HSL color Cylindrical-coordinate representation of color #CEAF68: hue angle of 41.76º 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 #CEAF68 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 104 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 41.76º | 0.51% | 0.61% | - |
| HSV(B) | 41.76º | 0.5% | 0.81% | - |
| XYZ | 43.28 | 44.78 | 19.46 | - |
| YUV | 176.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 104 | 0 | 0.15 | 0.50 | 0.19 | 41.76 | 0.51 | 0.61 |
| Hex | CE | AF | 68 | 0 | F | 32 | 13 | 2A | 33 | 3D |
| Octal | 316 | 257 | 150 | 0 | 17 | 62 | 23 | 52 | 63 | 75 |
| Binary | 11001110 | 10101111 | 1101000 | 0 | 1111 | 110010 | 10011 | 101010 | 110011 | 111101 |
Color Harmonies of #CEAF68
Complementary color
Monochromatic Colors of #CEAF68
Black with #CEAF68
Text Example
Text Example
White with #CEAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF68; }
p { color: rgb(206,175,104); }
H1.HeaderClassName
{
color: #CEAF68;
}
.AnyTagClassName
{
color: #CEAF68;
}
</style>
background-color css
<style>
a { background-color: #CEAF68; }
a { background-color: rgb(206,175,104); }
div.DivClassName
{
background-color: #CEAF68;
}
.BgClassName
{
background-color: #CEAF68;
}
</style>
border-color css
<style>
span { border-color: #CEAF68; }
span { border-color: rgb(206,175,104); }
td.TdClassName
{
border-color: #CEAF68;
}
.TagClassName
{
border-color: #CEAF68;
}
</style>