Shades of Tasman #C3CAB8
Tints of Tasman #C3CAB8
RGB
CMYK
RGB Variations
Color information
#C3CAB8 (or 0xC3CAB8) is known color: Tasman. HEX triplet: C3, CA and B8. RGB value is (195,202,184). Sum of RGB (Red+Green+Blue) = 195+202+184=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAB8 is #3C3547. Grayscale: #C5C5C5. Windows color (decimal): -3945800 or 12110531. OLE color: 12110531.
HSL color Cylindrical-coordinate representation of color #C3CAB8: hue angle of 83.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CAB8 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 184 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.21 |
| HSL | 83.33º | 0.15% | 0.76% | - |
| HSV(B) | 83.33º | 0.09% | 0.79% | - |
| XYZ | 52.28 | 57.3 | 53.65 | - |
| YUV | 197.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 184 | 0.03 | 0 | 0.09 | 0.21 | 83.33 | 0.15 | 0.76 |
| Hex | C3 | CA | B8 | 3 | 0 | 9 | 15 | 53 | F | 4C |
| Octal | 303 | 312 | 270 | 3 | 0 | 11 | 25 | 123 | 17 | 114 |
| Binary | 11000011 | 11001010 | 10111000 | 11 | 0 | 1001 | 10101 | 1010011 | 1111 | 1001100 |
Color Harmonies of #C3CAB8
Complementary color
Monochromatic Colors of #C3CAB8
Black with #C3CAB8
Text Example
Text Example
White with #C3CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAB8; }
p { color: rgb(195,202,184); }
H1.HeaderClassName
{
color: #C3CAB8;
}
.AnyTagClassName
{
color: #C3CAB8;
}
</style>
background-color css
<style>
a { background-color: #C3CAB8; }
a { background-color: rgb(195,202,184); }
div.DivClassName
{
background-color: #C3CAB8;
}
.BgClassName
{
background-color: #C3CAB8;
}
</style>
border-color css
<style>
span { border-color: #C3CAB8; }
span { border-color: rgb(195,202,184); }
td.TdClassName
{
border-color: #C3CAB8;
}
.TagClassName
{
border-color: #C3CAB8;
}
</style>