Shades of Calico #CEAF86
Tints of Calico #CEAF86
RGB
CMYK
RGB Variations
Color information
#CEAF86 (or 0xCEAF86) is known color: Calico. HEX triplet: CE, AF and 86. RGB value is (206,175,134). Sum of RGB (Red+Green+Blue) = 206+175+134=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF86 is #315079. Grayscale: #B3B3B3. Windows color (decimal): -3231866 or 8826830. OLE color: 8826830.
HSL color Cylindrical-coordinate representation of color #CEAF86: hue angle of 34.17º 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 #CEAF86 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 134 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.19 |
| HSL | 34.17º | 0.42% | 0.67% | - |
| HSV(B) | 34.17º | 0.35% | 0.81% | - |
| XYZ | 45.09 | 45.5 | 28.96 | - |
| YUV | 179.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 134 | 0 | 0.15 | 0.35 | 0.19 | 34.17 | 0.42 | 0.67 |
| Hex | CE | AF | 86 | 0 | F | 23 | 13 | 22 | 2A | 43 |
| Octal | 316 | 257 | 206 | 0 | 17 | 43 | 23 | 42 | 52 | 103 |
| Binary | 11001110 | 10101111 | 10000110 | 0 | 1111 | 100011 | 10011 | 100010 | 101010 | 1000011 |
Color Harmonies of #CEAF86
Complementary color
Monochromatic Colors of #CEAF86
Black with #CEAF86
Text Example
Text Example
White with #CEAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF86; }
p { color: rgb(206,175,134); }
H1.HeaderClassName
{
color: #CEAF86;
}
.AnyTagClassName
{
color: #CEAF86;
}
</style>
background-color css
<style>
a { background-color: #CEAF86; }
a { background-color: rgb(206,175,134); }
div.DivClassName
{
background-color: #CEAF86;
}
.BgClassName
{
background-color: #CEAF86;
}
</style>
border-color css
<style>
span { border-color: #CEAF86; }
span { border-color: rgb(206,175,134); }
td.TdClassName
{
border-color: #CEAF86;
}
.TagClassName
{
border-color: #CEAF86;
}
</style>