Shades of Tasman #C2CCB5
Tints of Tasman #C2CCB5
RGB
CMYK
RGB Variations
Color information
#C2CCB5 (or 0xC2CCB5) is known color: Tasman. HEX triplet: C2, CC and B5. RGB value is (194,204,181). Sum of RGB (Red+Green+Blue) = 194+204+181=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCB5 is #3D334A. Grayscale: #C6C6C6. Windows color (decimal): -4010827 or 11914434. OLE color: 11914434.
HSL color Cylindrical-coordinate representation of color #C2CCB5: hue angle of 86.09º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 204 | 181 | - |
CMYK | 0.05 | 0 | 0.11 | 0.2 |
HSL | 86.09º | 0.18% | 0.75% | - |
HSV(B) | 86.09º | 0.11% | 0.8% | - |
XYZ | 52.18 | 57.99 | 52.16 | - |
YUV | 198.39 | 118.19 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 181 | 0.05 | 0 | 0.11 | 0.2 | 86.09 | 0.18 | 0.75 |
Hex | C2 | CC | B5 | 5 | 0 | B | 14 | 56 | 12 | 4B |
Octal | 302 | 314 | 265 | 5 | 0 | 13 | 24 | 126 | 22 | 113 |
Binary | 11000010 | 11001100 | 10110101 | 101 | 0 | 1011 | 10100 | 1010110 | 10010 | 1001011 |
Color Harmonies of #C2CCB5
Complementary color
Monochromatic Colors of #C2CCB5
Black with #C2CCB5
Text Example
Text Example
White with #C2CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCB5; }
p { color: rgb(194,204,181); }
H1.HeaderClassName
{
color: #C2CCB5;
}
.AnyTagClassName
{
color: #C2CCB5;
}
</style>
background-color css
<style>
a { background-color: #C2CCB5; }
a { background-color: rgb(194,204,181); }
div.DivClassName
{
background-color: #C2CCB5;
}
.BgClassName
{
background-color: #C2CCB5;
}
</style>
border-color css
<style>
span { border-color: #C2CCB5; }
span { border-color: rgb(194,204,181); }
td.TdClassName
{
border-color: #C2CCB5;
}
.TagClassName
{
border-color: #C2CCB5;
}
</style>