Shades of Tasman #C1CCB4
Tints of Tasman #C1CCB4
RGB
CMYK
RGB Variations
Color information
#C1CCB4 (or 0xC1CCB4) is known color: Tasman. HEX triplet: C1, CC and B4. RGB value is (193,204,180). Sum of RGB (Red+Green+Blue) = 193+204+180=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCB4 is #3E334B. Grayscale: #C6C6C6. Windows color (decimal): -4076364 or 11848897. OLE color: 11848897.
HSL color Cylindrical-coordinate representation of color #C1CCB4: hue angle of 87.5º degrees, saturation: 0.19, 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 #C1CCB4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 180 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.2 |
| HSL | 87.5º | 0.19% | 0.75% | - |
| HSV(B) | 87.5º | 0.12% | 0.8% | - |
| XYZ | 51.82 | 57.82 | 51.61 | - |
| YUV | 197.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 180 | 0.05 | 0 | 0.12 | 0.2 | 87.5 | 0.19 | 0.75 |
| Hex | C1 | CC | B4 | 5 | 0 | C | 14 | 57 | 13 | 4B |
| Octal | 301 | 314 | 264 | 5 | 0 | 14 | 24 | 127 | 23 | 113 |
| Binary | 11000001 | 11001100 | 10110100 | 101 | 0 | 1100 | 10100 | 1010111 | 10011 | 1001011 |
Color Harmonies of #C1CCB4
Complementary color
Monochromatic Colors of #C1CCB4
Black with #C1CCB4
Text Example
Text Example
White with #C1CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCB4; }
p { color: rgb(193,204,180); }
H1.HeaderClassName
{
color: #C1CCB4;
}
.AnyTagClassName
{
color: #C1CCB4;
}
</style>
background-color css
<style>
a { background-color: #C1CCB4; }
a { background-color: rgb(193,204,180); }
div.DivClassName
{
background-color: #C1CCB4;
}
.BgClassName
{
background-color: #C1CCB4;
}
</style>
border-color css
<style>
span { border-color: #C1CCB4; }
span { border-color: rgb(193,204,180); }
td.TdClassName
{
border-color: #C1CCB4;
}
.TagClassName
{
border-color: #C1CCB4;
}
</style>