Shades of Tasman #C0C2BB
Tints of Tasman #C0C2BB
RGB
CMYK
RGB Variations
Color information
#C0C2BB (or 0xC0C2BB) is known color: Tasman. HEX triplet: C0, C2 and BB. RGB value is (192,194,187). Sum of RGB (Red+Green+Blue) = 192+194+187=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2BB is #3F3D44. Grayscale: #C0C0C0. Windows color (decimal): -4144453 or 12305088. OLE color: 12305088.
HSL color Cylindrical-coordinate representation of color #C0C2BB: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0C2BB is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 187 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.24 |
| HSL | 77.14º | 0.05% | 0.75% | - |
| HSV(B) | 77.14º | 0.04% | 0.76% | - |
| XYZ | 50 | 53.38 | 54.68 | - |
| YUV | 192.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 187 | 0.01 | 0 | 0.04 | 0.24 | 77.14 | 0.05 | 0.75 |
| Hex | C0 | C2 | BB | 1 | 0 | 4 | 18 | 4D | 5 | 4B |
| Octal | 300 | 302 | 273 | 1 | 0 | 4 | 30 | 115 | 5 | 113 |
| Binary | 11000000 | 11000010 | 10111011 | 1 | 0 | 100 | 11000 | 1001101 | 101 | 1001011 |
Color Harmonies of #C0C2BB
Complementary color
Monochromatic Colors of #C0C2BB
Black with #C0C2BB
Text Example
Text Example
White with #C0C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2BB; }
p { color: rgb(192,194,187); }
H1.HeaderClassName
{
color: #C0C2BB;
}
.AnyTagClassName
{
color: #C0C2BB;
}
</style>
background-color css
<style>
a { background-color: #C0C2BB; }
a { background-color: rgb(192,194,187); }
div.DivClassName
{
background-color: #C0C2BB;
}
.BgClassName
{
background-color: #C0C2BB;
}
</style>
border-color css
<style>
span { border-color: #C0C2BB; }
span { border-color: rgb(192,194,187); }
td.TdClassName
{
border-color: #C0C2BB;
}
.TagClassName
{
border-color: #C0C2BB;
}
</style>