Shades of Putty #CEAF7A
Tints of Putty #CEAF7A
RGB
CMYK
RGB Variations
Color information
#CEAF7A (or 0xCEAF7A) is known color: Putty. HEX triplet: CE, AF and 7A. RGB value is (206,175,122). Sum of RGB (Red+Green+Blue) = 206+175+122=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF7A is #315085. Grayscale: #B2B2B2. Windows color (decimal): -3231878 or 8040398. OLE color: 8040398.
HSL color Cylindrical-coordinate representation of color #CEAF7A: hue angle of 37.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEAF7A is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 122 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.19 |
| HSL | 37.86º | 0.46% | 0.64% | - |
| HSV(B) | 37.86º | 0.41% | 0.81% | - |
| XYZ | 44.3 | 45.19 | 24.8 | - |
| YUV | 178.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 122 | 0 | 0.15 | 0.41 | 0.19 | 37.86 | 0.46 | 0.64 |
| Hex | CE | AF | 7A | 0 | F | 29 | 13 | 26 | 2E | 40 |
| Octal | 316 | 257 | 172 | 0 | 17 | 51 | 23 | 46 | 56 | 100 |
| Binary | 11001110 | 10101111 | 1111010 | 0 | 1111 | 101001 | 10011 | 100110 | 101110 | 1000000 |
Color Harmonies of #CEAF7A
Complementary color
Monochromatic Colors of #CEAF7A
Black with #CEAF7A
Text Example
Text Example
White with #CEAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF7A; }
p { color: rgb(206,175,122); }
H1.HeaderClassName
{
color: #CEAF7A;
}
.AnyTagClassName
{
color: #CEAF7A;
}
</style>
background-color css
<style>
a { background-color: #CEAF7A; }
a { background-color: rgb(206,175,122); }
div.DivClassName
{
background-color: #CEAF7A;
}
.BgClassName
{
background-color: #CEAF7A;
}
</style>
border-color css
<style>
span { border-color: #CEAF7A; }
span { border-color: rgb(206,175,122); }
td.TdClassName
{
border-color: #CEAF7A;
}
.TagClassName
{
border-color: #CEAF7A;
}
</style>