Shades of Putty #CEAC7B
Tints of Putty #CEAC7B
RGB
CMYK
RGB Variations
Color information
#CEAC7B (or 0xCEAC7B) is known color: Putty. HEX triplet: CE, AC and 7B. RGB value is (206,172,123). Sum of RGB (Red+Green+Blue) = 206+172+123=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC7B is #315384. Grayscale: #B0B0B0. Windows color (decimal): -3232645 or 8105166. OLE color: 8105166.
HSL color Cylindrical-coordinate representation of color #CEAC7B: hue angle of 35.42º 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 #CEAC7B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 123 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.19 |
| HSL | 35.42º | 0.46% | 0.65% | - |
| HSV(B) | 35.42º | 0.4% | 0.81% | - |
| XYZ | 43.78 | 44.06 | 24.94 | - |
| YUV | 176.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 123 | 0 | 0.17 | 0.40 | 0.19 | 35.42 | 0.46 | 0.65 |
| Hex | CE | AC | 7B | 0 | 11 | 28 | 13 | 23 | 2E | 41 |
| Octal | 316 | 254 | 173 | 0 | 21 | 50 | 23 | 43 | 56 | 101 |
| Binary | 11001110 | 10101100 | 1111011 | 0 | 10001 | 101000 | 10011 | 100011 | 101110 | 1000001 |
Color Harmonies of #CEAC7B
Complementary color
Monochromatic Colors of #CEAC7B
Black with #CEAC7B
Text Example
Text Example
White with #CEAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC7B; }
p { color: rgb(206,172,123); }
H1.HeaderClassName
{
color: #CEAC7B;
}
.AnyTagClassName
{
color: #CEAC7B;
}
</style>
background-color css
<style>
a { background-color: #CEAC7B; }
a { background-color: rgb(206,172,123); }
div.DivClassName
{
background-color: #CEAC7B;
}
.BgClassName
{
background-color: #CEAC7B;
}
</style>
border-color css
<style>
span { border-color: #CEAC7B; }
span { border-color: rgb(206,172,123); }
td.TdClassName
{
border-color: #CEAC7B;
}
.TagClassName
{
border-color: #CEAC7B;
}
</style>