Shades of Calico #CBB080
Tints of Calico #CBB080
RGB
CMYK
RGB Variations
Color information
#CBB080 (or 0xCBB080) is known color: Calico. HEX triplet: CB, B0 and 80. RGB value is (203,176,128). Sum of RGB (Red+Green+Blue) = 203+176+128=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB080 is #344F7F. Grayscale: #B2B2B2. Windows color (decimal): -3428224 or 8433867. OLE color: 8433867.
HSL color Cylindrical-coordinate representation of color #CBB080: hue angle of 38.4º 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 #CBB080 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 128 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.20 |
| HSL | 38.4º | 0.42% | 0.65% | - |
| HSV(B) | 38.4º | 0.37% | 0.8% | - |
| XYZ | 44.05 | 45.31 | 26.85 | - |
| YUV | 178.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 128 | 0 | 0.13 | 0.37 | 0.20 | 38.4 | 0.42 | 0.65 |
| Hex | CB | B0 | 80 | 0 | D | 25 | 14 | 26 | 2A | 41 |
| Octal | 313 | 260 | 200 | 0 | 15 | 45 | 24 | 46 | 52 | 101 |
| Binary | 11001011 | 10110000 | 10000000 | 0 | 1101 | 100101 | 10100 | 100110 | 101010 | 1000001 |
Color Harmonies of #CBB080
Complementary color
Monochromatic Colors of #CBB080
Black with #CBB080
Text Example
Text Example
White with #CBB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB080; }
p { color: rgb(203,176,128); }
H1.HeaderClassName
{
color: #CBB080;
}
.AnyTagClassName
{
color: #CBB080;
}
</style>
background-color css
<style>
a { background-color: #CBB080; }
a { background-color: rgb(203,176,128); }
div.DivClassName
{
background-color: #CBB080;
}
.BgClassName
{
background-color: #CBB080;
}
</style>
border-color css
<style>
span { border-color: #CBB080; }
span { border-color: rgb(203,176,128); }
td.TdClassName
{
border-color: #CBB080;
}
.TagClassName
{
border-color: #CBB080;
}
</style>