Shades of Calico #CEAC87
Tints of Calico #CEAC87
RGB
CMYK
RGB Variations
Color information
#CEAC87 (or 0xCEAC87) is known color: Calico. HEX triplet: CE, AC and 87. RGB value is (206,172,135). Sum of RGB (Red+Green+Blue) = 206+172+135=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC87 is #315378. Grayscale: #B2B2B2. Windows color (decimal): -3232633 or 8891598. OLE color: 8891598.
HSL color Cylindrical-coordinate representation of color #CEAC87: hue angle of 31.27º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEAC87 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 135 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.19 |
| HSL | 31.27º | 0.42% | 0.67% | - |
| HSV(B) | 31.27º | 0.34% | 0.81% | - |
| XYZ | 44.58 | 44.38 | 29.14 | - |
| YUV | 177.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 135 | 0 | 0.17 | 0.34 | 0.19 | 31.27 | 0.42 | 0.67 |
| Hex | CE | AC | 87 | 0 | 11 | 22 | 13 | 1F | 2A | 43 |
| Octal | 316 | 254 | 207 | 0 | 21 | 42 | 23 | 37 | 52 | 103 |
| Binary | 11001110 | 10101100 | 10000111 | 0 | 10001 | 100010 | 10011 | 11111 | 101010 | 1000011 |
Color Harmonies of #CEAC87
Complementary color
Monochromatic Colors of #CEAC87
Black with #CEAC87
Text Example
Text Example
White with #CEAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC87; }
p { color: rgb(206,172,135); }
H1.HeaderClassName
{
color: #CEAC87;
}
.AnyTagClassName
{
color: #CEAC87;
}
</style>
background-color css
<style>
a { background-color: #CEAC87; }
a { background-color: rgb(206,172,135); }
div.DivClassName
{
background-color: #CEAC87;
}
.BgClassName
{
background-color: #CEAC87;
}
</style>
border-color css
<style>
span { border-color: #CEAC87; }
span { border-color: rgb(206,172,135); }
td.TdClassName
{
border-color: #CEAC87;
}
.TagClassName
{
border-color: #CEAC87;
}
</style>