Shades of Calico #CEB383
Tints of Calico #CEB383
RGB
CMYK
RGB Variations
Color information
#CEB383 (or 0xCEB383) is known color: Calico. HEX triplet: CE, B3 and 83. RGB value is (206,179,131). Sum of RGB (Red+Green+Blue) = 206+179+131=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB383 is #314C7C. Grayscale: #B5B5B5. Windows color (decimal): -3230845 or 8631246. OLE color: 8631246.
HSL color Cylindrical-coordinate representation of color #CEB383: hue angle of 38.4º 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 #CEB383 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 131 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.19 |
| HSL | 38.4º | 0.43% | 0.66% | - |
| HSV(B) | 38.4º | 0.36% | 0.81% | - |
| XYZ | 45.67 | 47 | 28.14 | - |
| YUV | 181.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 131 | 0 | 0.13 | 0.36 | 0.19 | 38.4 | 0.43 | 0.66 |
| Hex | CE | B3 | 83 | 0 | D | 24 | 13 | 26 | 2B | 42 |
| Octal | 316 | 263 | 203 | 0 | 15 | 44 | 23 | 46 | 53 | 102 |
| Binary | 11001110 | 10110011 | 10000011 | 0 | 1101 | 100100 | 10011 | 100110 | 101011 | 1000010 |
Color Harmonies of #CEB383
Complementary color
Monochromatic Colors of #CEB383
Black with #CEB383
Text Example
Text Example
White with #CEB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB383; }
p { color: rgb(206,179,131); }
H1.HeaderClassName
{
color: #CEB383;
}
.AnyTagClassName
{
color: #CEB383;
}
</style>
background-color css
<style>
a { background-color: #CEB383; }
a { background-color: rgb(206,179,131); }
div.DivClassName
{
background-color: #CEB383;
}
.BgClassName
{
background-color: #CEB383;
}
</style>
border-color css
<style>
span { border-color: #CEB383; }
span { border-color: rgb(206,179,131); }
td.TdClassName
{
border-color: #CEB383;
}
.TagClassName
{
border-color: #CEB383;
}
</style>