Shades of Heather #A0C0CB
Tints of Heather #A0C0CB
RGB
CMYK
RGB Variations
Color information
#A0C0CB (or 0xA0C0CB) is known color: Heather. HEX triplet: A0, C0 and CB. RGB value is (160,192,203). Sum of RGB (Red+Green+Blue) = 160+192+203=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0CB is #5F3F34. Grayscale: #B7B7B7. Windows color (decimal): -6242101 or 13353120. OLE color: 13353120.
HSL color Cylindrical-coordinate representation of color #A0C0CB: hue angle of 195.35º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C0CB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 192 | 203 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.20 |
| HSL | 195.35º | 0.29% | 0.71% | - |
| HSV(B) | 195.35º | 0.21% | 0.8% | - |
| XYZ | 44.13 | 49.48 | 63.73 | - |
| YUV | 183.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 203 | 0.21 | 0.05 | 0 | 0.20 | 195.35 | 0.29 | 0.71 |
| Hex | A0 | C0 | CB | 15 | 5 | 0 | 14 | C3 | 1D | 47 |
| Octal | 240 | 300 | 313 | 25 | 5 | 0 | 24 | 303 | 35 | 107 |
| Binary | 10100000 | 11000000 | 11001011 | 10101 | 101 | 0 | 10100 | 11000011 | 11101 | 1000111 |
Color Harmonies of #A0C0CB
Complementary color
Monochromatic Colors of #A0C0CB
Black with #A0C0CB
Text Example
Text Example
White with #A0C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0CB; }
p { color: rgb(160,192,203); }
H1.HeaderClassName
{
color: #A0C0CB;
}
.AnyTagClassName
{
color: #A0C0CB;
}
</style>
background-color css
<style>
a { background-color: #A0C0CB; }
a { background-color: rgb(160,192,203); }
div.DivClassName
{
background-color: #A0C0CB;
}
.BgClassName
{
background-color: #A0C0CB;
}
</style>
border-color css
<style>
span { border-color: #A0C0CB; }
span { border-color: rgb(160,192,203); }
td.TdClassName
{
border-color: #A0C0CB;
}
.TagClassName
{
border-color: #A0C0CB;
}
</style>