Shades of Putty #CEAB7B
Tints of Putty #CEAB7B
RGB
CMYK
RGB Variations
Color information
#CEAB7B (or 0xCEAB7B) is known color: Putty. HEX triplet: CE, AB and 7B. RGB value is (206,171,123). Sum of RGB (Red+Green+Blue) = 206+171+123=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB7B is #315484. Grayscale: #B0B0B0. Windows color (decimal): -3232901 or 8104910. OLE color: 8104910.
HSL color Cylindrical-coordinate representation of color #CEAB7B: hue angle of 34.7º 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 #CEAB7B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 123 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.19 |
| HSL | 34.7º | 0.46% | 0.65% | - |
| HSV(B) | 34.7º | 0.4% | 0.81% | - |
| XYZ | 43.59 | 43.68 | 24.87 | - |
| YUV | 175.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 123 | 0 | 0.17 | 0.40 | 0.19 | 34.7 | 0.46 | 0.65 |
| Hex | CE | AB | 7B | 0 | 11 | 28 | 13 | 23 | 2E | 41 |
| Octal | 316 | 253 | 173 | 0 | 21 | 50 | 23 | 43 | 56 | 101 |
| Binary | 11001110 | 10101011 | 1111011 | 0 | 10001 | 101000 | 10011 | 100011 | 101110 | 1000001 |
Color Harmonies of #CEAB7B
Complementary color
Monochromatic Colors of #CEAB7B
Black with #CEAB7B
Text Example
Text Example
White with #CEAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB7B; }
p { color: rgb(206,171,123); }
H1.HeaderClassName
{
color: #CEAB7B;
}
.AnyTagClassName
{
color: #CEAB7B;
}
</style>
background-color css
<style>
a { background-color: #CEAB7B; }
a { background-color: rgb(206,171,123); }
div.DivClassName
{
background-color: #CEAB7B;
}
.BgClassName
{
background-color: #CEAB7B;
}
</style>
border-color css
<style>
span { border-color: #CEAB7B; }
span { border-color: rgb(206,171,123); }
td.TdClassName
{
border-color: #CEAB7B;
}
.TagClassName
{
border-color: #CEAB7B;
}
</style>