Shades of Calico #CEAF85
Tints of Calico #CEAF85
RGB
CMYK
RGB Variations
Color information
#CEAF85 (or 0xCEAF85) is known color: Calico. HEX triplet: CE, AF and 85. RGB value is (206,175,133). Sum of RGB (Red+Green+Blue) = 206+175+133=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF85 is #31507A. Grayscale: #B3B3B3. Windows color (decimal): -3231867 or 8761294. OLE color: 8761294.
HSL color Cylindrical-coordinate representation of color #CEAF85: hue angle of 34.52º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEAF85 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 133 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.19 |
| HSL | 34.52º | 0.43% | 0.66% | - |
| HSV(B) | 34.52º | 0.35% | 0.81% | - |
| XYZ | 45.02 | 45.48 | 28.6 | - |
| YUV | 179.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 133 | 0 | 0.15 | 0.35 | 0.19 | 34.52 | 0.43 | 0.66 |
| Hex | CE | AF | 85 | 0 | F | 23 | 13 | 23 | 2B | 42 |
| Octal | 316 | 257 | 205 | 0 | 17 | 43 | 23 | 43 | 53 | 102 |
| Binary | 11001110 | 10101111 | 10000101 | 0 | 1111 | 100011 | 10011 | 100011 | 101011 | 1000010 |
Color Harmonies of #CEAF85
Complementary color
Monochromatic Colors of #CEAF85
Black with #CEAF85
Text Example
Text Example
White with #CEAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF85; }
p { color: rgb(206,175,133); }
H1.HeaderClassName
{
color: #CEAF85;
}
.AnyTagClassName
{
color: #CEAF85;
}
</style>
background-color css
<style>
a { background-color: #CEAF85; }
a { background-color: rgb(206,175,133); }
div.DivClassName
{
background-color: #CEAF85;
}
.BgClassName
{
background-color: #CEAF85;
}
</style>
border-color css
<style>
span { border-color: #CEAF85; }
span { border-color: rgb(206,175,133); }
td.TdClassName
{
border-color: #CEAF85;
}
.TagClassName
{
border-color: #CEAF85;
}
</style>