Shades of Tasman #C3CBB8
Tints of Tasman #C3CBB8
RGB
CMYK
RGB Variations
Color information
#C3CBB8 (or 0xC3CBB8) is known color: Tasman. HEX triplet: C3, CB and B8. RGB value is (195,203,184). Sum of RGB (Red+Green+Blue) = 195+203+184=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBB8 is #3C3447. Grayscale: #C6C6C6. Windows color (decimal): -3945544 or 12110787. OLE color: 12110787.
HSL color Cylindrical-coordinate representation of color #C3CBB8: hue angle of 85.26º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CBB8 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 184 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.20 |
| HSL | 85.26º | 0.15% | 0.76% | - |
| HSV(B) | 85.26º | 0.09% | 0.8% | - |
| XYZ | 52.51 | 57.77 | 53.73 | - |
| YUV | 198.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 184 | 0.04 | 0 | 0.09 | 0.20 | 85.26 | 0.15 | 0.76 |
| Hex | C3 | CB | B8 | 4 | 0 | 9 | 14 | 55 | F | 4C |
| Octal | 303 | 313 | 270 | 4 | 0 | 11 | 24 | 125 | 17 | 114 |
| Binary | 11000011 | 11001011 | 10111000 | 100 | 0 | 1001 | 10100 | 1010101 | 1111 | 1001100 |
Color Harmonies of #C3CBB8
Complementary color
Monochromatic Colors of #C3CBB8
Black with #C3CBB8
Text Example
Text Example
White with #C3CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBB8; }
p { color: rgb(195,203,184); }
H1.HeaderClassName
{
color: #C3CBB8;
}
.AnyTagClassName
{
color: #C3CBB8;
}
</style>
background-color css
<style>
a { background-color: #C3CBB8; }
a { background-color: rgb(195,203,184); }
div.DivClassName
{
background-color: #C3CBB8;
}
.BgClassName
{
background-color: #C3CBB8;
}
</style>
border-color css
<style>
span { border-color: #C3CBB8; }
span { border-color: rgb(195,203,184); }
td.TdClassName
{
border-color: #C3CBB8;
}
.TagClassName
{
border-color: #C3CBB8;
}
</style>