Shades of Putty #CEAF6F
Tints of Putty #CEAF6F
RGB
CMYK
RGB Variations
Color information
#CEAF6F (or 0xCEAF6F) is known color: Putty. HEX triplet: CE, AF and 6F. RGB value is (206,175,111). Sum of RGB (Red+Green+Blue) = 206+175+111=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6F is #315090. Grayscale: #B1B1B1. Windows color (decimal): -3231889 or 7319502. OLE color: 7319502.
HSL color Cylindrical-coordinate representation of color #CEAF6F: hue angle of 40.42º 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 #CEAF6F is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 111 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.19 |
| HSL | 40.42º | 0.49% | 0.62% | - |
| HSV(B) | 40.42º | 0.46% | 0.81% | - |
| XYZ | 43.65 | 44.93 | 21.41 | - |
| YUV | 176.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 111 | 0 | 0.15 | 0.46 | 0.19 | 40.42 | 0.49 | 0.62 |
| Hex | CE | AF | 6F | 0 | F | 2E | 13 | 28 | 31 | 3E |
| Octal | 316 | 257 | 157 | 0 | 17 | 56 | 23 | 50 | 61 | 76 |
| Binary | 11001110 | 10101111 | 1101111 | 0 | 1111 | 101110 | 10011 | 101000 | 110001 | 111110 |
Color Harmonies of #CEAF6F
Complementary color
Monochromatic Colors of #CEAF6F
Black with #CEAF6F
Text Example
Text Example
White with #CEAF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF6F; }
p { color: rgb(206,175,111); }
H1.HeaderClassName
{
color: #CEAF6F;
}
.AnyTagClassName
{
color: #CEAF6F;
}
</style>
background-color css
<style>
a { background-color: #CEAF6F; }
a { background-color: rgb(206,175,111); }
div.DivClassName
{
background-color: #CEAF6F;
}
.BgClassName
{
background-color: #CEAF6F;
}
</style>
border-color css
<style>
span { border-color: #CEAF6F; }
span { border-color: rgb(206,175,111); }
td.TdClassName
{
border-color: #CEAF6F;
}
.TagClassName
{
border-color: #CEAF6F;
}
</style>