Shades of Tasman #C0C5B6
Tints of Tasman #C0C5B6
RGB
CMYK
RGB Variations
Color information
#C0C5B6 (or 0xC0C5B6) is known color: Tasman. HEX triplet: C0, C5 and B6. RGB value is (192,197,182). Sum of RGB (Red+Green+Blue) = 192+197+182=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5B6 is #3F3A49. Grayscale: #C1C1C1. Windows color (decimal): -4143690 or 11978176. OLE color: 11978176.
HSL color Cylindrical-coordinate representation of color #C0C5B6: hue angle of 80º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0C5B6 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 182 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.23 |
| HSL | 80º | 0.11% | 0.74% | - |
| HSV(B) | 80º | 0.08% | 0.77% | - |
| XYZ | 50.15 | 54.52 | 52.14 | - |
| YUV | 193.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 182 | 0.03 | 0 | 0.08 | 0.23 | 80 | 0.11 | 0.74 |
| Hex | C0 | C5 | B6 | 3 | 0 | 8 | 17 | 50 | B | 4A |
| Octal | 300 | 305 | 266 | 3 | 0 | 10 | 27 | 120 | 13 | 112 |
| Binary | 11000000 | 11000101 | 10110110 | 11 | 0 | 1000 | 10111 | 1010000 | 1011 | 1001010 |
Color Harmonies of #C0C5B6
Complementary color
Monochromatic Colors of #C0C5B6
Black with #C0C5B6
Text Example
Text Example
White with #C0C5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5B6; }
p { color: rgb(192,197,182); }
H1.HeaderClassName
{
color: #C0C5B6;
}
.AnyTagClassName
{
color: #C0C5B6;
}
</style>
background-color css
<style>
a { background-color: #C0C5B6; }
a { background-color: rgb(192,197,182); }
div.DivClassName
{
background-color: #C0C5B6;
}
.BgClassName
{
background-color: #C0C5B6;
}
</style>
border-color css
<style>
span { border-color: #C0C5B6; }
span { border-color: rgb(192,197,182); }
td.TdClassName
{
border-color: #C0C5B6;
}
.TagClassName
{
border-color: #C0C5B6;
}
</style>