Shades of Calico #CBAC80
Tints of Calico #CBAC80
RGB
CMYK
RGB Variations
Color information
#CBAC80 (or 0xCBAC80) is known color: Calico. HEX triplet: CB, AC and 80. RGB value is (203,172,128). Sum of RGB (Red+Green+Blue) = 203+172+128=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC80 is #34537F. Grayscale: #B0B0B0. Windows color (decimal): -3429248 or 8432843. OLE color: 8432843.
HSL color Cylindrical-coordinate representation of color #CBAC80: hue angle of 35.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBAC80 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 128 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.20 |
| HSL | 35.2º | 0.42% | 0.65% | - |
| HSV(B) | 35.2º | 0.37% | 0.8% | - |
| XYZ | 43.28 | 43.76 | 26.59 | - |
| YUV | 176.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 128 | 0 | 0.15 | 0.37 | 0.20 | 35.2 | 0.42 | 0.65 |
| Hex | CB | AC | 80 | 0 | F | 25 | 14 | 23 | 2A | 41 |
| Octal | 313 | 254 | 200 | 0 | 17 | 45 | 24 | 43 | 52 | 101 |
| Binary | 11001011 | 10101100 | 10000000 | 0 | 1111 | 100101 | 10100 | 100011 | 101010 | 1000001 |
Color Harmonies of #CBAC80
Complementary color
Monochromatic Colors of #CBAC80
Black with #CBAC80
Text Example
Text Example
White with #CBAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC80; }
p { color: rgb(203,172,128); }
H1.HeaderClassName
{
color: #CBAC80;
}
.AnyTagClassName
{
color: #CBAC80;
}
</style>
background-color css
<style>
a { background-color: #CBAC80; }
a { background-color: rgb(203,172,128); }
div.DivClassName
{
background-color: #CBAC80;
}
.BgClassName
{
background-color: #CBAC80;
}
</style>
border-color css
<style>
span { border-color: #CBAC80; }
span { border-color: rgb(203,172,128); }
td.TdClassName
{
border-color: #CBAC80;
}
.TagClassName
{
border-color: #CBAC80;
}
</style>