Shades of Calico #CEAB81
Tints of Calico #CEAB81
RGB
CMYK
RGB Variations
Color information
#CEAB81 (or 0xCEAB81) is known color: Calico. HEX triplet: CE, AB and 81. RGB value is (206,171,129). Sum of RGB (Red+Green+Blue) = 206+171+129=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB81 is #31547E. Grayscale: #B0B0B0. Windows color (decimal): -3232895 or 8498126. OLE color: 8498126.
HSL color Cylindrical-coordinate representation of color #CEAB81: hue angle of 32.73º 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 #CEAB81 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 129 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.19 |
| HSL | 32.73º | 0.44% | 0.66% | - |
| HSV(B) | 32.73º | 0.37% | 0.81% | - |
| XYZ | 43.98 | 43.83 | 26.91 | - |
| YUV | 176.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 129 | 0 | 0.17 | 0.37 | 0.19 | 32.73 | 0.44 | 0.66 |
| Hex | CE | AB | 81 | 0 | 11 | 25 | 13 | 21 | 2C | 42 |
| Octal | 316 | 253 | 201 | 0 | 21 | 45 | 23 | 41 | 54 | 102 |
| Binary | 11001110 | 10101011 | 10000001 | 0 | 10001 | 100101 | 10011 | 100001 | 101100 | 1000010 |
Color Harmonies of #CEAB81
Complementary color
Monochromatic Colors of #CEAB81
Black with #CEAB81
Text Example
Text Example
White with #CEAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB81; }
p { color: rgb(206,171,129); }
H1.HeaderClassName
{
color: #CEAB81;
}
.AnyTagClassName
{
color: #CEAB81;
}
</style>
background-color css
<style>
a { background-color: #CEAB81; }
a { background-color: rgb(206,171,129); }
div.DivClassName
{
background-color: #CEAB81;
}
.BgClassName
{
background-color: #CEAB81;
}
</style>
border-color css
<style>
span { border-color: #CEAB81; }
span { border-color: rgb(206,171,129); }
td.TdClassName
{
border-color: #CEAB81;
}
.TagClassName
{
border-color: #CEAB81;
}
</style>