Shades of Calico #CEAC86
Tints of Calico #CEAC86
RGB
CMYK
RGB Variations
Color information
#CEAC86 (or 0xCEAC86) is known color: Calico. HEX triplet: CE, AC and 86. RGB value is (206,172,134). Sum of RGB (Red+Green+Blue) = 206+172+134=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC86 is #315379. Grayscale: #B2B2B2. Windows color (decimal): -3232634 or 8826062. OLE color: 8826062.
HSL color Cylindrical-coordinate representation of color #CEAC86: hue angle of 31.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEAC86 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 134 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.19 |
| HSL | 31.67º | 0.42% | 0.67% | - |
| HSV(B) | 31.67º | 0.35% | 0.81% | - |
| XYZ | 44.51 | 44.35 | 28.77 | - |
| YUV | 177.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 134 | 0 | 0.17 | 0.35 | 0.19 | 31.67 | 0.42 | 0.67 |
| Hex | CE | AC | 86 | 0 | 11 | 23 | 13 | 20 | 2A | 43 |
| Octal | 316 | 254 | 206 | 0 | 21 | 43 | 23 | 40 | 52 | 103 |
| Binary | 11001110 | 10101100 | 10000110 | 0 | 10001 | 100011 | 10011 | 100000 | 101010 | 1000011 |
Color Harmonies of #CEAC86
Complementary color
Monochromatic Colors of #CEAC86
Black with #CEAC86
Text Example
Text Example
White with #CEAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC86; }
p { color: rgb(206,172,134); }
H1.HeaderClassName
{
color: #CEAC86;
}
.AnyTagClassName
{
color: #CEAC86;
}
</style>
background-color css
<style>
a { background-color: #CEAC86; }
a { background-color: rgb(206,172,134); }
div.DivClassName
{
background-color: #CEAC86;
}
.BgClassName
{
background-color: #CEAC86;
}
</style>
border-color css
<style>
span { border-color: #CEAC86; }
span { border-color: rgb(206,172,134); }
td.TdClassName
{
border-color: #CEAC86;
}
.TagClassName
{
border-color: #CEAC86;
}
</style>