Shades of Tasman #C1C5BB
Tints of Tasman #C1C5BB
RGB
CMYK
RGB Variations
Color information
#C1C5BB (or 0xC1C5BB) is known color: Tasman. HEX triplet: C1, C5 and BB. RGB value is (193,197,187). Sum of RGB (Red+Green+Blue) = 193+197+187=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C5BB is #3E3A44. Grayscale: #C2C2C2. Windows color (decimal): -4078149 or 12305857. OLE color: 12305857.
HSL color Cylindrical-coordinate representation of color #C1C5BB: hue angle of 84º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1C5BB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 187 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.23 |
| HSL | 84º | 0.08% | 0.75% | - |
| HSV(B) | 84º | 0.05% | 0.77% | - |
| XYZ | 50.93 | 54.86 | 54.92 | - |
| YUV | 194.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 187 | 0.02 | 0 | 0.05 | 0.23 | 84 | 0.08 | 0.75 |
| Hex | C1 | C5 | BB | 2 | 0 | 5 | 17 | 54 | 8 | 4B |
| Octal | 301 | 305 | 273 | 2 | 0 | 5 | 27 | 124 | 10 | 113 |
| Binary | 11000001 | 11000101 | 10111011 | 10 | 0 | 101 | 10111 | 1010100 | 1000 | 1001011 |
Color Harmonies of #C1C5BB
Complementary color
Monochromatic Colors of #C1C5BB
Black with #C1C5BB
Text Example
Text Example
White with #C1C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5BB; }
p { color: rgb(193,197,187); }
H1.HeaderClassName
{
color: #C1C5BB;
}
.AnyTagClassName
{
color: #C1C5BB;
}
</style>
background-color css
<style>
a { background-color: #C1C5BB; }
a { background-color: rgb(193,197,187); }
div.DivClassName
{
background-color: #C1C5BB;
}
.BgClassName
{
background-color: #C1C5BB;
}
</style>
border-color css
<style>
span { border-color: #C1C5BB; }
span { border-color: rgb(193,197,187); }
td.TdClassName
{
border-color: #C1C5BB;
}
.TagClassName
{
border-color: #C1C5BB;
}
</style>