Shades of Tasman #C0CCB3
Tints of Tasman #C0CCB3
RGB
CMYK
RGB Variations
Color information
#C0CCB3 (or 0xC0CCB3) is known color: Tasman. HEX triplet: C0, CC and B3. RGB value is (192,204,179). Sum of RGB (Red+Green+Blue) = 192+204+179=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB3 is #3F334C. Grayscale: #C5C5C5. Windows color (decimal): -4141901 or 11783360. OLE color: 11783360.
HSL color Cylindrical-coordinate representation of color #C0CCB3: hue angle of 88.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CCB3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 179 | - |
CMYK | 0.06 | 0 | 0.12 | 0.2 |
HSL | 88.8º | 0.2% | 0.75% | - |
HSV(B) | 88.8º | 0.12% | 0.8% | - |
XYZ | 51.47 | 57.65 | 51.06 | - |
YUV | 197.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 179 | 0.06 | 0 | 0.12 | 0.2 | 88.8 | 0.2 | 0.75 |
Hex | C0 | CC | B3 | 6 | 0 | C | 14 | 59 | 14 | 4B |
Octal | 300 | 314 | 263 | 6 | 0 | 14 | 24 | 131 | 24 | 113 |
Binary | 11000000 | 11001100 | 10110011 | 110 | 0 | 1100 | 10100 | 1011001 | 10100 | 1001011 |
Color Harmonies of #C0CCB3
Complementary color
Monochromatic Colors of #C0CCB3
Black with #C0CCB3
Text Example
Text Example
White with #C0CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCB3; }
p { color: rgb(192,204,179); }
H1.HeaderClassName
{
color: #C0CCB3;
}
.AnyTagClassName
{
color: #C0CCB3;
}
</style>
background-color css
<style>
a { background-color: #C0CCB3; }
a { background-color: rgb(192,204,179); }
div.DivClassName
{
background-color: #C0CCB3;
}
.BgClassName
{
background-color: #C0CCB3;
}
</style>
border-color css
<style>
span { border-color: #C0CCB3; }
span { border-color: rgb(192,204,179); }
td.TdClassName
{
border-color: #C0CCB3;
}
.TagClassName
{
border-color: #C0CCB3;
}
</style>