Shades of Calico #CEB483
Tints of Calico #CEB483
RGB
CMYK
RGB Variations
Color information
#CEB483 (or 0xCEB483) is known color: Calico. HEX triplet: CE, B4 and 83. RGB value is (206,180,131). Sum of RGB (Red+Green+Blue) = 206+180+131=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB483 is #314B7C. Grayscale: #B6B6B6. Windows color (decimal): -3230589 or 8631502. OLE color: 8631502.
HSL color Cylindrical-coordinate representation of color #CEB483: hue angle of 39.2º 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 #CEB483 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 131 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.19 |
| HSL | 39.2º | 0.43% | 0.66% | - |
| HSV(B) | 39.2º | 0.36% | 0.81% | - |
| XYZ | 45.87 | 47.4 | 28.2 | - |
| YUV | 182.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 131 | 0 | 0.13 | 0.36 | 0.19 | 39.2 | 0.43 | 0.66 |
| Hex | CE | B4 | 83 | 0 | D | 24 | 13 | 27 | 2B | 42 |
| Octal | 316 | 264 | 203 | 0 | 15 | 44 | 23 | 47 | 53 | 102 |
| Binary | 11001110 | 10110100 | 10000011 | 0 | 1101 | 100100 | 10011 | 100111 | 101011 | 1000010 |
Color Harmonies of #CEB483
Complementary color
Monochromatic Colors of #CEB483
Black with #CEB483
Text Example
Text Example
White with #CEB483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB483; }
p { color: rgb(206,180,131); }
H1.HeaderClassName
{
color: #CEB483;
}
.AnyTagClassName
{
color: #CEB483;
}
</style>
background-color css
<style>
a { background-color: #CEB483; }
a { background-color: rgb(206,180,131); }
div.DivClassName
{
background-color: #CEB483;
}
.BgClassName
{
background-color: #CEB483;
}
</style>
border-color css
<style>
span { border-color: #CEB483; }
span { border-color: rgb(206,180,131); }
td.TdClassName
{
border-color: #CEB483;
}
.TagClassName
{
border-color: #CEB483;
}
</style>