Shades of Calico #CBAB7E
Tints of Calico #CBAB7E
RGB
CMYK
RGB Variations
Color information
#CBAB7E (or 0xCBAB7E) is known color: Calico. HEX triplet: CB, AB and 7E. RGB value is (203,171,126). Sum of RGB (Red+Green+Blue) = 203+171+126=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB7E is #345481. Grayscale: #AFAFAF. Windows color (decimal): -3429506 or 8301515. OLE color: 8301515.
HSL color Cylindrical-coordinate representation of color #CBAB7E: hue angle of 35.06º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBAB7E is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 126 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.20 |
| HSL | 35.06º | 0.43% | 0.65% | - |
| HSV(B) | 35.06º | 0.38% | 0.8% | - |
| XYZ | 42.96 | 43.33 | 25.84 | - |
| YUV | 175.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 126 | 0 | 0.16 | 0.38 | 0.20 | 35.06 | 0.43 | 0.65 |
| Hex | CB | AB | 7E | 0 | 10 | 26 | 14 | 23 | 2B | 41 |
| Octal | 313 | 253 | 176 | 0 | 20 | 46 | 24 | 43 | 53 | 101 |
| Binary | 11001011 | 10101011 | 1111110 | 0 | 10000 | 100110 | 10100 | 100011 | 101011 | 1000001 |
Color Harmonies of #CBAB7E
Complementary color
Monochromatic Colors of #CBAB7E
Black with #CBAB7E
Text Example
Text Example
White with #CBAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB7E; }
p { color: rgb(203,171,126); }
H1.HeaderClassName
{
color: #CBAB7E;
}
.AnyTagClassName
{
color: #CBAB7E;
}
</style>
background-color css
<style>
a { background-color: #CBAB7E; }
a { background-color: rgb(203,171,126); }
div.DivClassName
{
background-color: #CBAB7E;
}
.BgClassName
{
background-color: #CBAB7E;
}
</style>
border-color css
<style>
span { border-color: #CBAB7E; }
span { border-color: rgb(203,171,126); }
td.TdClassName
{
border-color: #CBAB7E;
}
.TagClassName
{
border-color: #CBAB7E;
}
</style>