Shades of Tasman #C0C6B5
Tints of Tasman #C0C6B5
RGB
CMYK
RGB Variations
Color information
#C0C6B5 (or 0xC0C6B5) is known color: Tasman. HEX triplet: C0, C6 and B5. RGB value is (192,198,181). Sum of RGB (Red+Green+Blue) = 192+198+181=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6B5 is #3F394A. Grayscale: #C2C2C2. Windows color (decimal): -4143435 or 11912896. OLE color: 11912896.
HSL color Cylindrical-coordinate representation of color #C0C6B5: hue angle of 81.18º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0C6B5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 181 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.22 |
| HSL | 81.18º | 0.13% | 0.74% | - |
| HSV(B) | 81.18º | 0.09% | 0.78% | - |
| XYZ | 50.27 | 54.93 | 51.67 | - |
| YUV | 194.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 181 | 0.03 | 0 | 0.09 | 0.22 | 81.18 | 0.13 | 0.74 |
| Hex | C0 | C6 | B5 | 3 | 0 | 9 | 16 | 51 | D | 4A |
| Octal | 300 | 306 | 265 | 3 | 0 | 11 | 26 | 121 | 15 | 112 |
| Binary | 11000000 | 11000110 | 10110101 | 11 | 0 | 1001 | 10110 | 1010001 | 1101 | 1001010 |
Color Harmonies of #C0C6B5
Complementary color
Monochromatic Colors of #C0C6B5
Black with #C0C6B5
Text Example
Text Example
White with #C0C6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6B5; }
p { color: rgb(192,198,181); }
H1.HeaderClassName
{
color: #C0C6B5;
}
.AnyTagClassName
{
color: #C0C6B5;
}
</style>
background-color css
<style>
a { background-color: #C0C6B5; }
a { background-color: rgb(192,198,181); }
div.DivClassName
{
background-color: #C0C6B5;
}
.BgClassName
{
background-color: #C0C6B5;
}
</style>
border-color css
<style>
span { border-color: #C0C6B5; }
span { border-color: rgb(192,198,181); }
td.TdClassName
{
border-color: #C0C6B5;
}
.TagClassName
{
border-color: #C0C6B5;
}
</style>