Shades of Calico #CEAB83
Tints of Calico #CEAB83
RGB
CMYK
RGB Variations
Color information
#CEAB83 (or 0xCEAB83) is known color: Calico. HEX triplet: CE, AB and 83. RGB value is (206,171,131). Sum of RGB (Red+Green+Blue) = 206+171+131=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB83 is #31547C. Grayscale: #B1B1B1. Windows color (decimal): -3232893 or 8629198. OLE color: 8629198.
HSL color Cylindrical-coordinate representation of color #CEAB83: hue angle of 32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEAB83 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 131 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.19 |
| HSL | 32º | 0.43% | 0.66% | - |
| HSV(B) | 32º | 0.36% | 0.81% | - |
| XYZ | 44.11 | 43.89 | 27.62 | - |
| YUV | 176.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 131 | 0 | 0.17 | 0.36 | 0.19 | 32 | 0.43 | 0.66 |
| Hex | CE | AB | 83 | 0 | 11 | 24 | 13 | 20 | 2B | 42 |
| Octal | 316 | 253 | 203 | 0 | 21 | 44 | 23 | 40 | 53 | 102 |
| Binary | 11001110 | 10101011 | 10000011 | 0 | 10001 | 100100 | 10011 | 100000 | 101011 | 1000010 |
Color Harmonies of #CEAB83
Complementary color
Monochromatic Colors of #CEAB83
Black with #CEAB83
Text Example
Text Example
White with #CEAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB83; }
p { color: rgb(206,171,131); }
H1.HeaderClassName
{
color: #CEAB83;
}
.AnyTagClassName
{
color: #CEAB83;
}
</style>
background-color css
<style>
a { background-color: #CEAB83; }
a { background-color: rgb(206,171,131); }
div.DivClassName
{
background-color: #CEAB83;
}
.BgClassName
{
background-color: #CEAB83;
}
</style>
border-color css
<style>
span { border-color: #CEAB83; }
span { border-color: rgb(206,171,131); }
td.TdClassName
{
border-color: #CEAB83;
}
.TagClassName
{
border-color: #CEAB83;
}
</style>