Shades of Calico #CEB185
Tints of Calico #CEB185
RGB
CMYK
RGB Variations
Color information
#CEB185 (or 0xCEB185) is known color: Calico. HEX triplet: CE, B1 and 85. RGB value is (206,177,133). Sum of RGB (Red+Green+Blue) = 206+177+133=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB185 is #314E7A. Grayscale: #B4B4B4. Windows color (decimal): -3231355 or 8761806. OLE color: 8761806.
HSL color Cylindrical-coordinate representation of color #CEB185: hue angle of 36.16º 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 #CEB185 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 133 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.19 |
| HSL | 36.16º | 0.43% | 0.66% | - |
| HSV(B) | 36.16º | 0.35% | 0.81% | - |
| XYZ | 45.41 | 46.26 | 28.73 | - |
| YUV | 180.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 133 | 0 | 0.14 | 0.35 | 0.19 | 36.16 | 0.43 | 0.66 |
| Hex | CE | B1 | 85 | 0 | E | 23 | 13 | 24 | 2B | 42 |
| Octal | 316 | 261 | 205 | 0 | 16 | 43 | 23 | 44 | 53 | 102 |
| Binary | 11001110 | 10110001 | 10000101 | 0 | 1110 | 100011 | 10011 | 100100 | 101011 | 1000010 |
Color Harmonies of #CEB185
Complementary color
Monochromatic Colors of #CEB185
Black with #CEB185
Text Example
Text Example
White with #CEB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB185; }
p { color: rgb(206,177,133); }
H1.HeaderClassName
{
color: #CEB185;
}
.AnyTagClassName
{
color: #CEB185;
}
</style>
background-color css
<style>
a { background-color: #CEB185; }
a { background-color: rgb(206,177,133); }
div.DivClassName
{
background-color: #CEB185;
}
.BgClassName
{
background-color: #CEB185;
}
</style>
border-color css
<style>
span { border-color: #CEB185; }
span { border-color: rgb(206,177,133); }
td.TdClassName
{
border-color: #CEB185;
}
.TagClassName
{
border-color: #CEB185;
}
</style>