Shades of Tasman #C0C9B4
Tints of Tasman #C0C9B4
RGB
CMYK
RGB Variations
Color information
#C0C9B4 (or 0xC0C9B4) is known color: Tasman. HEX triplet: C0, C9 and B4. RGB value is (192,201,180). Sum of RGB (Red+Green+Blue) = 192+201+180=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9B4 is #3F364B. Grayscale: #C3C3C3. Windows color (decimal): -4142668 or 11848128. OLE color: 11848128.
HSL color Cylindrical-coordinate representation of color #C0C9B4: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0C9B4 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 180 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.21 |
| HSL | 85.71º | 0.16% | 0.75% | - |
| HSV(B) | 85.71º | 0.1% | 0.79% | - |
| XYZ | 50.86 | 56.28 | 51.36 | - |
| YUV | 195.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 180 | 0.04 | 0 | 0.10 | 0.21 | 85.71 | 0.16 | 0.75 |
| Hex | C0 | C9 | B4 | 4 | 0 | A | 15 | 56 | 10 | 4B |
| Octal | 300 | 311 | 264 | 4 | 0 | 12 | 25 | 126 | 20 | 113 |
| Binary | 11000000 | 11001001 | 10110100 | 100 | 0 | 1010 | 10101 | 1010110 | 10000 | 1001011 |
Color Harmonies of #C0C9B4
Complementary color
Monochromatic Colors of #C0C9B4
Black with #C0C9B4
Text Example
Text Example
White with #C0C9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9B4; }
p { color: rgb(192,201,180); }
H1.HeaderClassName
{
color: #C0C9B4;
}
.AnyTagClassName
{
color: #C0C9B4;
}
</style>
background-color css
<style>
a { background-color: #C0C9B4; }
a { background-color: rgb(192,201,180); }
div.DivClassName
{
background-color: #C0C9B4;
}
.BgClassName
{
background-color: #C0C9B4;
}
</style>
border-color css
<style>
span { border-color: #C0C9B4; }
span { border-color: rgb(192,201,180); }
td.TdClassName
{
border-color: #C0C9B4;
}
.TagClassName
{
border-color: #C0C9B4;
}
</style>