Shades of Calico #CEB086
Tints of Calico #CEB086
RGB
CMYK
RGB Variations
Color information
#CEB086 (or 0xCEB086) is known color: Calico. HEX triplet: CE, B0 and 86. RGB value is (206,176,134). Sum of RGB (Red+Green+Blue) = 206+176+134=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB086 is #314F79. Grayscale: #B4B4B4. Windows color (decimal): -3231610 or 8827086. OLE color: 8827086.
HSL color Cylindrical-coordinate representation of color #CEB086: hue angle of 35º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB086 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 134 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.19 |
| HSL | 35º | 0.42% | 0.67% | - |
| HSV(B) | 35º | 0.35% | 0.81% | - |
| XYZ | 45.28 | 45.89 | 29.03 | - |
| YUV | 180.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 134 | 0 | 0.15 | 0.35 | 0.19 | 35 | 0.42 | 0.67 |
| Hex | CE | B0 | 86 | 0 | F | 23 | 13 | 23 | 2A | 43 |
| Octal | 316 | 260 | 206 | 0 | 17 | 43 | 23 | 43 | 52 | 103 |
| Binary | 11001110 | 10110000 | 10000110 | 0 | 1111 | 100011 | 10011 | 100011 | 101010 | 1000011 |
Color Harmonies of #CEB086
Complementary color
Monochromatic Colors of #CEB086
Black with #CEB086
Text Example
Text Example
White with #CEB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB086; }
p { color: rgb(206,176,134); }
H1.HeaderClassName
{
color: #CEB086;
}
.AnyTagClassName
{
color: #CEB086;
}
</style>
background-color css
<style>
a { background-color: #CEB086; }
a { background-color: rgb(206,176,134); }
div.DivClassName
{
background-color: #CEB086;
}
.BgClassName
{
background-color: #CEB086;
}
</style>
border-color css
<style>
span { border-color: #CEB086; }
span { border-color: rgb(206,176,134); }
td.TdClassName
{
border-color: #CEB086;
}
.TagClassName
{
border-color: #CEB086;
}
</style>