Shades of Tasman #C3C6BF
Tints of Tasman #C3C6BF
RGB
CMYK
RGB Variations
Color information
#C3C6BF (or 0xC3C6BF) is known color: Tasman. HEX triplet: C3, C6 and BF. RGB value is (195,198,191). Sum of RGB (Red+Green+Blue) = 195+198+191=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6BF is #3C3940. Grayscale: #C4C4C4. Windows color (decimal): -3946817 or 12568259. OLE color: 12568259.
HSL color Cylindrical-coordinate representation of color #C3C6BF: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C6BF is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 191 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.22 |
| HSL | 85.71º | 0.06% | 0.76% | - |
| HSV(B) | 85.71º | 0.04% | 0.78% | - |
| XYZ | 52.1 | 55.75 | 57.31 | - |
| YUV | 196.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 191 | 0.02 | 0 | 0.04 | 0.22 | 85.71 | 0.06 | 0.76 |
| Hex | C3 | C6 | BF | 2 | 0 | 4 | 16 | 56 | 6 | 4C |
| Octal | 303 | 306 | 277 | 2 | 0 | 4 | 26 | 126 | 6 | 114 |
| Binary | 11000011 | 11000110 | 10111111 | 10 | 0 | 100 | 10110 | 1010110 | 110 | 1001100 |
Color Harmonies of #C3C6BF
Complementary color
Monochromatic Colors of #C3C6BF
Black with #C3C6BF
Text Example
Text Example
White with #C3C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C6BF; }
p { color: rgb(195,198,191); }
H1.HeaderClassName
{
color: #C3C6BF;
}
.AnyTagClassName
{
color: #C3C6BF;
}
</style>
background-color css
<style>
a { background-color: #C3C6BF; }
a { background-color: rgb(195,198,191); }
div.DivClassName
{
background-color: #C3C6BF;
}
.BgClassName
{
background-color: #C3C6BF;
}
</style>
border-color css
<style>
span { border-color: #C3C6BF; }
span { border-color: rgb(195,198,191); }
td.TdClassName
{
border-color: #C3C6BF;
}
.TagClassName
{
border-color: #C3C6BF;
}
</style>