Shades of Calico #CEAD80
Tints of Calico #CEAD80
RGB
CMYK
RGB Variations
Color information
#CEAD80 (or 0xCEAD80) is known color: Calico. HEX triplet: CE, AD and 80. RGB value is (206,173,128). Sum of RGB (Red+Green+Blue) = 206+173+128=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD80 is #31527F. Grayscale: #B1B1B1. Windows color (decimal): -3232384 or 8433102. OLE color: 8433102.
HSL color Cylindrical-coordinate representation of color #CEAD80: hue angle of 34.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEAD80 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 128 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.19 |
| HSL | 34.62º | 0.44% | 0.65% | - |
| HSV(B) | 34.62º | 0.38% | 0.81% | - |
| XYZ | 44.29 | 44.57 | 26.69 | - |
| YUV | 177.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 128 | 0 | 0.16 | 0.38 | 0.19 | 34.62 | 0.44 | 0.65 |
| Hex | CE | AD | 80 | 0 | 10 | 26 | 13 | 23 | 2C | 41 |
| Octal | 316 | 255 | 200 | 0 | 20 | 46 | 23 | 43 | 54 | 101 |
| Binary | 11001110 | 10101101 | 10000000 | 0 | 10000 | 100110 | 10011 | 100011 | 101100 | 1000001 |
Color Harmonies of #CEAD80
Complementary color
Monochromatic Colors of #CEAD80
Black with #CEAD80
Text Example
Text Example
White with #CEAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD80; }
p { color: rgb(206,173,128); }
H1.HeaderClassName
{
color: #CEAD80;
}
.AnyTagClassName
{
color: #CEAD80;
}
</style>
background-color css
<style>
a { background-color: #CEAD80; }
a { background-color: rgb(206,173,128); }
div.DivClassName
{
background-color: #CEAD80;
}
.BgClassName
{
background-color: #CEAD80;
}
</style>
border-color css
<style>
span { border-color: #CEAD80; }
span { border-color: rgb(206,173,128); }
td.TdClassName
{
border-color: #CEAD80;
}
.TagClassName
{
border-color: #CEAD80;
}
</style>