Shades of Calico #CEB17F
Tints of Calico #CEB17F
RGB
CMYK
RGB Variations
Color information
#CEB17F (or 0xCEB17F) is known color: Calico. HEX triplet: CE, B1 and 7F. RGB value is (206,177,127). Sum of RGB (Red+Green+Blue) = 206+177+127=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17F is #314E80. Grayscale: #B4B4B4. Windows color (decimal): -3231361 or 8368590. OLE color: 8368590.
HSL color Cylindrical-coordinate representation of color #CEB17F: hue angle of 37.97º 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 #CEB17F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 127 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.19 |
| HSL | 37.97º | 0.45% | 0.65% | - |
| HSV(B) | 37.97º | 0.38% | 0.81% | - |
| XYZ | 45.01 | 46.1 | 26.6 | - |
| YUV | 179.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 127 | 0 | 0.14 | 0.38 | 0.19 | 37.97 | 0.45 | 0.65 |
| Hex | CE | B1 | 7F | 0 | E | 26 | 13 | 26 | 2D | 41 |
| Octal | 316 | 261 | 177 | 0 | 16 | 46 | 23 | 46 | 55 | 101 |
| Binary | 11001110 | 10110001 | 1111111 | 0 | 1110 | 100110 | 10011 | 100110 | 101101 | 1000001 |
Color Harmonies of #CEB17F
Complementary color
Monochromatic Colors of #CEB17F
Black with #CEB17F
Text Example
Text Example
White with #CEB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB17F; }
p { color: rgb(206,177,127); }
H1.HeaderClassName
{
color: #CEB17F;
}
.AnyTagClassName
{
color: #CEB17F;
}
</style>
background-color css
<style>
a { background-color: #CEB17F; }
a { background-color: rgb(206,177,127); }
div.DivClassName
{
background-color: #CEB17F;
}
.BgClassName
{
background-color: #CEB17F;
}
</style>
border-color css
<style>
span { border-color: #CEB17F; }
span { border-color: rgb(206,177,127); }
td.TdClassName
{
border-color: #CEB17F;
}
.TagClassName
{
border-color: #CEB17F;
}
</style>