Shades of Calico #CEB280
Tints of Calico #CEB280
RGB
CMYK
RGB Variations
Color information
#CEB280 (or 0xCEB280) is known color: Calico. HEX triplet: CE, B2 and 80. RGB value is (206,178,128). Sum of RGB (Red+Green+Blue) = 206+178+128=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB280 is #314D7F. Grayscale: #B4B4B4. Windows color (decimal): -3231104 or 8434382. OLE color: 8434382.
HSL color Cylindrical-coordinate representation of color #CEB280: hue angle of 38.46º 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 #CEB280 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 128 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.19 |
| HSL | 38.46º | 0.44% | 0.65% | - |
| HSV(B) | 38.46º | 0.38% | 0.81% | - |
| XYZ | 45.27 | 46.52 | 27.02 | - |
| YUV | 180.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 128 | 0 | 0.14 | 0.38 | 0.19 | 38.46 | 0.44 | 0.65 |
| Hex | CE | B2 | 80 | 0 | E | 26 | 13 | 26 | 2C | 41 |
| Octal | 316 | 262 | 200 | 0 | 16 | 46 | 23 | 46 | 54 | 101 |
| Binary | 11001110 | 10110010 | 10000000 | 0 | 1110 | 100110 | 10011 | 100110 | 101100 | 1000001 |
Color Harmonies of #CEB280
Complementary color
Monochromatic Colors of #CEB280
Black with #CEB280
Text Example
Text Example
White with #CEB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB280; }
p { color: rgb(206,178,128); }
H1.HeaderClassName
{
color: #CEB280;
}
.AnyTagClassName
{
color: #CEB280;
}
</style>
background-color css
<style>
a { background-color: #CEB280; }
a { background-color: rgb(206,178,128); }
div.DivClassName
{
background-color: #CEB280;
}
.BgClassName
{
background-color: #CEB280;
}
</style>
border-color css
<style>
span { border-color: #CEB280; }
span { border-color: rgb(206,178,128); }
td.TdClassName
{
border-color: #CEB280;
}
.TagClassName
{
border-color: #CEB280;
}
</style>