Shades of Putty #CEAF6E
Tints of Putty #CEAF6E
RGB
CMYK
RGB Variations
Color information
#CEAF6E (or 0xCEAF6E) is known color: Putty. HEX triplet: CE, AF and 6E. RGB value is (206,175,110). Sum of RGB (Red+Green+Blue) = 206+175+110=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6E is #315091. Grayscale: #B1B1B1. Windows color (decimal): -3231890 or 7253966. OLE color: 7253966.
HSL color Cylindrical-coordinate representation of color #CEAF6E: hue angle of 40.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEAF6E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 110 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 40.63º | 0.49% | 0.62% | - |
| HSV(B) | 40.63º | 0.47% | 0.81% | - |
| XYZ | 43.6 | 44.91 | 21.12 | - |
| YUV | 176.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 110 | 0 | 0.15 | 0.47 | 0.19 | 40.63 | 0.49 | 0.62 |
| Hex | CE | AF | 6E | 0 | F | 2F | 13 | 29 | 31 | 3E |
| Octal | 316 | 257 | 156 | 0 | 17 | 57 | 23 | 51 | 61 | 76 |
| Binary | 11001110 | 10101111 | 1101110 | 0 | 1111 | 101111 | 10011 | 101001 | 110001 | 111110 |
Color Harmonies of #CEAF6E
Complementary color
Monochromatic Colors of #CEAF6E
Black with #CEAF6E
Text Example
Text Example
White with #CEAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF6E; }
p { color: rgb(206,175,110); }
H1.HeaderClassName
{
color: #CEAF6E;
}
.AnyTagClassName
{
color: #CEAF6E;
}
</style>
background-color css
<style>
a { background-color: #CEAF6E; }
a { background-color: rgb(206,175,110); }
div.DivClassName
{
background-color: #CEAF6E;
}
.BgClassName
{
background-color: #CEAF6E;
}
</style>
border-color css
<style>
span { border-color: #CEAF6E; }
span { border-color: rgb(206,175,110); }
td.TdClassName
{
border-color: #CEAF6E;
}
.TagClassName
{
border-color: #CEAF6E;
}
</style>