Shades of Calico #CEB181
Tints of Calico #CEB181
RGB
CMYK
RGB Variations
Color information
#CEB181 (or 0xCEB181) is known color: Calico. HEX triplet: CE, B1 and 81. RGB value is (206,177,129). Sum of RGB (Red+Green+Blue) = 206+177+129=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB181 is #314E7E. Grayscale: #B4B4B4. Windows color (decimal): -3231359 or 8499662. OLE color: 8499662.
HSL color Cylindrical-coordinate representation of color #CEB181: hue angle of 37.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEB181 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 129 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.19 |
| HSL | 37.4º | 0.44% | 0.66% | - |
| HSV(B) | 37.4º | 0.37% | 0.81% | - |
| XYZ | 45.14 | 46.15 | 27.3 | - |
| YUV | 180.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 129 | 0 | 0.14 | 0.37 | 0.19 | 37.4 | 0.44 | 0.66 |
| Hex | CE | B1 | 81 | 0 | E | 25 | 13 | 25 | 2C | 42 |
| Octal | 316 | 261 | 201 | 0 | 16 | 45 | 23 | 45 | 54 | 102 |
| Binary | 11001110 | 10110001 | 10000001 | 0 | 1110 | 100101 | 10011 | 100101 | 101100 | 1000010 |
Color Harmonies of #CEB181
Complementary color
Monochromatic Colors of #CEB181
Black with #CEB181
Text Example
Text Example
White with #CEB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB181; }
p { color: rgb(206,177,129); }
H1.HeaderClassName
{
color: #CEB181;
}
.AnyTagClassName
{
color: #CEB181;
}
</style>
background-color css
<style>
a { background-color: #CEB181; }
a { background-color: rgb(206,177,129); }
div.DivClassName
{
background-color: #CEB181;
}
.BgClassName
{
background-color: #CEB181;
}
</style>
border-color css
<style>
span { border-color: #CEB181; }
span { border-color: rgb(206,177,129); }
td.TdClassName
{
border-color: #CEB181;
}
.TagClassName
{
border-color: #CEB181;
}
</style>