Shades of Calico #CEB084
Tints of Calico #CEB084
RGB
CMYK
RGB Variations
Color information
#CEB084 (or 0xCEB084) is known color: Calico. HEX triplet: CE, B0 and 84. RGB value is (206,176,132). Sum of RGB (Red+Green+Blue) = 206+176+132=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB084 is #314F7B. Grayscale: #B4B4B4. Windows color (decimal): -3231612 or 8696014. OLE color: 8696014.
HSL color Cylindrical-coordinate representation of color #CEB084: hue angle of 35.68º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEB084 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 132 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.19 |
| HSL | 35.68º | 0.43% | 0.66% | - |
| HSV(B) | 35.68º | 0.36% | 0.81% | - |
| XYZ | 45.14 | 45.84 | 28.3 | - |
| YUV | 179.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 132 | 0 | 0.15 | 0.36 | 0.19 | 35.68 | 0.43 | 0.66 |
| Hex | CE | B0 | 84 | 0 | F | 24 | 13 | 24 | 2B | 42 |
| Octal | 316 | 260 | 204 | 0 | 17 | 44 | 23 | 44 | 53 | 102 |
| Binary | 11001110 | 10110000 | 10000100 | 0 | 1111 | 100100 | 10011 | 100100 | 101011 | 1000010 |
Color Harmonies of #CEB084
Complementary color
Monochromatic Colors of #CEB084
Black with #CEB084
Text Example
Text Example
White with #CEB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB084; }
p { color: rgb(206,176,132); }
H1.HeaderClassName
{
color: #CEB084;
}
.AnyTagClassName
{
color: #CEB084;
}
</style>
background-color css
<style>
a { background-color: #CEB084; }
a { background-color: rgb(206,176,132); }
div.DivClassName
{
background-color: #CEB084;
}
.BgClassName
{
background-color: #CEB084;
}
</style>
border-color css
<style>
span { border-color: #CEB084; }
span { border-color: rgb(206,176,132); }
td.TdClassName
{
border-color: #CEB084;
}
.TagClassName
{
border-color: #CEB084;
}
</style>