Shades of Calico #CEB482
Tints of Calico #CEB482
RGB
CMYK
RGB Variations
Color information
#CEB482 (or 0xCEB482) is known color: Calico. HEX triplet: CE, B4 and 82. RGB value is (206,180,130). Sum of RGB (Red+Green+Blue) = 206+180+130=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB482 is #314B7D. Grayscale: #B6B6B6. Windows color (decimal): -3230590 or 8565966. OLE color: 8565966.
HSL color Cylindrical-coordinate representation of color #CEB482: hue angle of 39.47º 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 #CEB482 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 130 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.19 |
| HSL | 39.47º | 0.44% | 0.66% | - |
| HSV(B) | 39.47º | 0.37% | 0.81% | - |
| XYZ | 45.8 | 47.38 | 27.85 | - |
| YUV | 182.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 130 | 0 | 0.13 | 0.37 | 0.19 | 39.47 | 0.44 | 0.66 |
| Hex | CE | B4 | 82 | 0 | D | 25 | 13 | 27 | 2C | 42 |
| Octal | 316 | 264 | 202 | 0 | 15 | 45 | 23 | 47 | 54 | 102 |
| Binary | 11001110 | 10110100 | 10000010 | 0 | 1101 | 100101 | 10011 | 100111 | 101100 | 1000010 |
Color Harmonies of #CEB482
Complementary color
Monochromatic Colors of #CEB482
Black with #CEB482
Text Example
Text Example
White with #CEB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB482; }
p { color: rgb(206,180,130); }
H1.HeaderClassName
{
color: #CEB482;
}
.AnyTagClassName
{
color: #CEB482;
}
</style>
background-color css
<style>
a { background-color: #CEB482; }
a { background-color: rgb(206,180,130); }
div.DivClassName
{
background-color: #CEB482;
}
.BgClassName
{
background-color: #CEB482;
}
</style>
border-color css
<style>
span { border-color: #CEB482; }
span { border-color: rgb(206,180,130); }
td.TdClassName
{
border-color: #CEB482;
}
.TagClassName
{
border-color: #CEB482;
}
</style>