Shades of Calico #CEB284
Tints of Calico #CEB284
RGB
CMYK
RGB Variations
Color information
#CEB284 (or 0xCEB284) is known color: Calico. HEX triplet: CE, B2 and 84. RGB value is (206,178,132). Sum of RGB (Red+Green+Blue) = 206+178+132=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB284 is #314D7B. Grayscale: #B5B5B5. Windows color (decimal): -3231100 or 8696526. OLE color: 8696526.
HSL color Cylindrical-coordinate representation of color #CEB284: hue angle of 37.3º 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 #CEB284 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 132 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.19 |
| HSL | 37.3º | 0.43% | 0.66% | - |
| HSV(B) | 37.3º | 0.36% | 0.81% | - |
| XYZ | 45.54 | 46.63 | 28.43 | - |
| YUV | 181.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 132 | 0 | 0.14 | 0.36 | 0.19 | 37.3 | 0.43 | 0.66 |
| Hex | CE | B2 | 84 | 0 | E | 24 | 13 | 25 | 2B | 42 |
| Octal | 316 | 262 | 204 | 0 | 16 | 44 | 23 | 45 | 53 | 102 |
| Binary | 11001110 | 10110010 | 10000100 | 0 | 1110 | 100100 | 10011 | 100101 | 101011 | 1000010 |
Color Harmonies of #CEB284
Complementary color
Monochromatic Colors of #CEB284
Black with #CEB284
Text Example
Text Example
White with #CEB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB284; }
p { color: rgb(206,178,132); }
H1.HeaderClassName
{
color: #CEB284;
}
.AnyTagClassName
{
color: #CEB284;
}
</style>
background-color css
<style>
a { background-color: #CEB284; }
a { background-color: rgb(206,178,132); }
div.DivClassName
{
background-color: #CEB284;
}
.BgClassName
{
background-color: #CEB284;
}
</style>
border-color css
<style>
span { border-color: #CEB284; }
span { border-color: rgb(206,178,132); }
td.TdClassName
{
border-color: #CEB284;
}
.TagClassName
{
border-color: #CEB284;
}
</style>