Shades of Calico #CEB07F
Tints of Calico #CEB07F
RGB
CMYK
RGB Variations
Color information
#CEB07F (or 0xCEB07F) is known color: Calico. HEX triplet: CE, B0 and 7F. RGB value is (206,176,127). Sum of RGB (Red+Green+Blue) = 206+176+127=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07F is #314F80. Grayscale: #B3B3B3. Windows color (decimal): -3231617 or 8368334. OLE color: 8368334.
HSL color Cylindrical-coordinate representation of color #CEB07F: hue angle of 37.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB07F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 127 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.19 |
| HSL | 37.22º | 0.45% | 0.65% | - |
| HSV(B) | 37.22º | 0.38% | 0.81% | - |
| XYZ | 44.81 | 45.7 | 26.54 | - |
| YUV | 179.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 127 | 0 | 0.15 | 0.38 | 0.19 | 37.22 | 0.45 | 0.65 |
| Hex | CE | B0 | 7F | 0 | F | 26 | 13 | 25 | 2D | 41 |
| Octal | 316 | 260 | 177 | 0 | 17 | 46 | 23 | 45 | 55 | 101 |
| Binary | 11001110 | 10110000 | 1111111 | 0 | 1111 | 100110 | 10011 | 100101 | 101101 | 1000001 |
Color Harmonies of #CEB07F
Complementary color
Monochromatic Colors of #CEB07F
Black with #CEB07F
Text Example
Text Example
White with #CEB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB07F; }
p { color: rgb(206,176,127); }
H1.HeaderClassName
{
color: #CEB07F;
}
.AnyTagClassName
{
color: #CEB07F;
}
</style>
background-color css
<style>
a { background-color: #CEB07F; }
a { background-color: rgb(206,176,127); }
div.DivClassName
{
background-color: #CEB07F;
}
.BgClassName
{
background-color: #CEB07F;
}
</style>
border-color css
<style>
span { border-color: #CEB07F; }
span { border-color: rgb(206,176,127); }
td.TdClassName
{
border-color: #CEB07F;
}
.TagClassName
{
border-color: #CEB07F;
}
</style>