Shades of Calico #CEAD88
Tints of Calico #CEAD88
RGB
CMYK
RGB Variations
Color information
#CEAD88 (or 0xCEAD88) is known color: Calico. HEX triplet: CE, AD and 88. RGB value is (206,173,136). Sum of RGB (Red+Green+Blue) = 206+173+136=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD88 is #315277. Grayscale: #B2B2B2. Windows color (decimal): -3232376 or 8957390. OLE color: 8957390.
HSL color Cylindrical-coordinate representation of color #CEAD88: hue angle of 31.71º 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 #CEAD88 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 136 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.19 |
| HSL | 31.71º | 0.42% | 0.67% | - |
| HSV(B) | 31.71º | 0.34% | 0.81% | - |
| XYZ | 44.84 | 44.79 | 29.57 | - |
| YUV | 178.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 136 | 0 | 0.16 | 0.34 | 0.19 | 31.71 | 0.42 | 0.67 |
| Hex | CE | AD | 88 | 0 | 10 | 22 | 13 | 20 | 2A | 43 |
| Octal | 316 | 255 | 210 | 0 | 20 | 42 | 23 | 40 | 52 | 103 |
| Binary | 11001110 | 10101101 | 10001000 | 0 | 10000 | 100010 | 10011 | 100000 | 101010 | 1000011 |
Color Harmonies of #CEAD88
Complementary color
Monochromatic Colors of #CEAD88
Black with #CEAD88
Text Example
Text Example
White with #CEAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD88; }
p { color: rgb(206,173,136); }
H1.HeaderClassName
{
color: #CEAD88;
}
.AnyTagClassName
{
color: #CEAD88;
}
</style>
background-color css
<style>
a { background-color: #CEAD88; }
a { background-color: rgb(206,173,136); }
div.DivClassName
{
background-color: #CEAD88;
}
.BgClassName
{
background-color: #CEAD88;
}
</style>
border-color css
<style>
span { border-color: #CEAD88; }
span { border-color: rgb(206,173,136); }
td.TdClassName
{
border-color: #CEAD88;
}
.TagClassName
{
border-color: #CEAD88;
}
</style>