Shades of Putty #CEAF7B
Tints of Putty #CEAF7B
RGB
CMYK
RGB Variations
Color information
#CEAF7B (or 0xCEAF7B) is known color: Putty. HEX triplet: CE, AF and 7B. RGB value is (206,175,123). Sum of RGB (Red+Green+Blue) = 206+175+123=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF7B is #315084. Grayscale: #B2B2B2. Windows color (decimal): -3231877 or 8105934. OLE color: 8105934.
HSL color Cylindrical-coordinate representation of color #CEAF7B: hue angle of 37.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEAF7B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 123 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.19 |
| HSL | 37.59º | 0.46% | 0.65% | - |
| HSV(B) | 37.59º | 0.4% | 0.81% | - |
| XYZ | 44.36 | 45.21 | 25.13 | - |
| YUV | 178.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 123 | 0 | 0.15 | 0.40 | 0.19 | 37.59 | 0.46 | 0.65 |
| Hex | CE | AF | 7B | 0 | F | 28 | 13 | 26 | 2E | 41 |
| Octal | 316 | 257 | 173 | 0 | 17 | 50 | 23 | 46 | 56 | 101 |
| Binary | 11001110 | 10101111 | 1111011 | 0 | 1111 | 101000 | 10011 | 100110 | 101110 | 1000001 |
Color Harmonies of #CEAF7B
Complementary color
Monochromatic Colors of #CEAF7B
Black with #CEAF7B
Text Example
Text Example
White with #CEAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF7B; }
p { color: rgb(206,175,123); }
H1.HeaderClassName
{
color: #CEAF7B;
}
.AnyTagClassName
{
color: #CEAF7B;
}
</style>
background-color css
<style>
a { background-color: #CEAF7B; }
a { background-color: rgb(206,175,123); }
div.DivClassName
{
background-color: #CEAF7B;
}
.BgClassName
{
background-color: #CEAF7B;
}
</style>
border-color css
<style>
span { border-color: #CEAF7B; }
span { border-color: rgb(206,175,123); }
td.TdClassName
{
border-color: #CEAF7B;
}
.TagClassName
{
border-color: #CEAF7B;
}
</style>