Shades of Tasman #C0C3B9
Tints of Tasman #C0C3B9
RGB
CMYK
RGB Variations
Color information
#C0C3B9 (or 0xC0C3B9) is known color: Tasman. HEX triplet: C0, C3 and B9. RGB value is (192,195,185). Sum of RGB (Red+Green+Blue) = 192+195+185=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3B9 is #3F3C46. Grayscale: #C0C0C0. Windows color (decimal): -4144199 or 12174272. OLE color: 12174272.
HSL color Cylindrical-coordinate representation of color #C0C3B9: hue angle of 78º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C3B9 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 185 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.24 |
| HSL | 78º | 0.08% | 0.75% | - |
| HSV(B) | 78º | 0.05% | 0.76% | - |
| XYZ | 50.01 | 53.74 | 53.64 | - |
| YUV | 192.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 185 | 0.02 | 0 | 0.05 | 0.24 | 78 | 0.08 | 0.75 |
| Hex | C0 | C3 | B9 | 2 | 0 | 5 | 18 | 4E | 8 | 4B |
| Octal | 300 | 303 | 271 | 2 | 0 | 5 | 30 | 116 | 10 | 113 |
| Binary | 11000000 | 11000011 | 10111001 | 10 | 0 | 101 | 11000 | 1001110 | 1000 | 1001011 |
Color Harmonies of #C0C3B9
Complementary color
Monochromatic Colors of #C0C3B9
Black with #C0C3B9
Text Example
Text Example
White with #C0C3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3B9; }
p { color: rgb(192,195,185); }
H1.HeaderClassName
{
color: #C0C3B9;
}
.AnyTagClassName
{
color: #C0C3B9;
}
</style>
background-color css
<style>
a { background-color: #C0C3B9; }
a { background-color: rgb(192,195,185); }
div.DivClassName
{
background-color: #C0C3B9;
}
.BgClassName
{
background-color: #C0C3B9;
}
</style>
border-color css
<style>
span { border-color: #C0C3B9; }
span { border-color: rgb(192,195,185); }
td.TdClassName
{
border-color: #C0C3B9;
}
.TagClassName
{
border-color: #C0C3B9;
}
</style>