Shades of Tasman #C0C2BC
Tints of Tasman #C0C2BC
RGB
CMYK
RGB Variations
Color information
#C0C2BC (or 0xC0C2BC) is known color: Tasman. HEX triplet: C0, C2 and BC. RGB value is (192,194,188). Sum of RGB (Red+Green+Blue) = 192+194+188=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2BC is #3F3D43. Grayscale: #C0C0C0. Windows color (decimal): -4144452 or 12370624. OLE color: 12370624.
HSL color Cylindrical-coordinate representation of color #C0C2BC: hue angle of 80º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0C2BC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 188 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.24 |
| HSL | 80º | 0.05% | 0.75% | - |
| HSV(B) | 80º | 0.03% | 0.76% | - |
| XYZ | 50.11 | 53.42 | 55.25 | - |
| YUV | 192.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 188 | 0.01 | 0 | 0.03 | 0.24 | 80 | 0.05 | 0.75 |
| Hex | C0 | C2 | BC | 1 | 0 | 3 | 18 | 50 | 5 | 4B |
| Octal | 300 | 302 | 274 | 1 | 0 | 3 | 30 | 120 | 5 | 113 |
| Binary | 11000000 | 11000010 | 10111100 | 1 | 0 | 11 | 11000 | 1010000 | 101 | 1001011 |
Color Harmonies of #C0C2BC
Complementary color
Monochromatic Colors of #C0C2BC
Black with #C0C2BC
Text Example
Text Example
White with #C0C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2BC; }
p { color: rgb(192,194,188); }
H1.HeaderClassName
{
color: #C0C2BC;
}
.AnyTagClassName
{
color: #C0C2BC;
}
</style>
background-color css
<style>
a { background-color: #C0C2BC; }
a { background-color: rgb(192,194,188); }
div.DivClassName
{
background-color: #C0C2BC;
}
.BgClassName
{
background-color: #C0C2BC;
}
</style>
border-color css
<style>
span { border-color: #C0C2BC; }
span { border-color: rgb(192,194,188); }
td.TdClassName
{
border-color: #C0C2BC;
}
.TagClassName
{
border-color: #C0C2BC;
}
</style>