Shades of Calico #CEB180
Tints of Calico #CEB180
RGB
CMYK
RGB Variations
Color information
#CEB180 (or 0xCEB180) is known color: Calico. HEX triplet: CE, B1 and 80. RGB value is (206,177,128). Sum of RGB (Red+Green+Blue) = 206+177+128=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB180 is #314E7F. Grayscale: #B4B4B4. Windows color (decimal): -3231360 or 8434126. OLE color: 8434126.
HSL color Cylindrical-coordinate representation of color #CEB180: hue angle of 37.69º 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 #CEB180 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 128 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.19 |
| HSL | 37.69º | 0.44% | 0.65% | - |
| HSV(B) | 37.69º | 0.38% | 0.81% | - |
| XYZ | 45.07 | 46.12 | 26.95 | - |
| YUV | 180.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 128 | 0 | 0.14 | 0.38 | 0.19 | 37.69 | 0.44 | 0.65 |
| Hex | CE | B1 | 80 | 0 | E | 26 | 13 | 26 | 2C | 41 |
| Octal | 316 | 261 | 200 | 0 | 16 | 46 | 23 | 46 | 54 | 101 |
| Binary | 11001110 | 10110001 | 10000000 | 0 | 1110 | 100110 | 10011 | 100110 | 101100 | 1000001 |
Color Harmonies of #CEB180
Complementary color
Monochromatic Colors of #CEB180
Black with #CEB180
Text Example
Text Example
White with #CEB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB180; }
p { color: rgb(206,177,128); }
H1.HeaderClassName
{
color: #CEB180;
}
.AnyTagClassName
{
color: #CEB180;
}
</style>
background-color css
<style>
a { background-color: #CEB180; }
a { background-color: rgb(206,177,128); }
div.DivClassName
{
background-color: #CEB180;
}
.BgClassName
{
background-color: #CEB180;
}
</style>
border-color css
<style>
span { border-color: #CEB180; }
span { border-color: rgb(206,177,128); }
td.TdClassName
{
border-color: #CEB180;
}
.TagClassName
{
border-color: #CEB180;
}
</style>