Shades of Pumice #C1C6BE
Tints of Pumice #C1C6BE
RGB
CMYK
RGB Variations
Color information
#C1C6BE (or 0xC1C6BE) is known color: Pumice. HEX triplet: C1, C6 and BE. RGB value is (193,198,190). Sum of RGB (Red+Green+Blue) = 193+198+190=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C6BE is #3E3941. Grayscale: #C3C3C3. Windows color (decimal): -4077890 or 12502721. OLE color: 12502721.
HSL color Cylindrical-coordinate representation of color #C1C6BE: hue angle of 97.5º degrees, saturation: 0.07, 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 #C1C6BE is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 190 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.22 |
| HSL | 97.5º | 0.07% | 0.76% | - |
| HSV(B) | 97.5º | 0.04% | 0.78% | - |
| XYZ | 51.48 | 55.44 | 56.7 | - |
| YUV | 195.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 190 | 0.03 | 0 | 0.04 | 0.22 | 97.5 | 0.07 | 0.76 |
| Hex | C1 | C6 | BE | 3 | 0 | 4 | 16 | 62 | 7 | 4C |
| Octal | 301 | 306 | 276 | 3 | 0 | 4 | 26 | 142 | 7 | 114 |
| Binary | 11000001 | 11000110 | 10111110 | 11 | 0 | 100 | 10110 | 1100010 | 111 | 1001100 |
Color Harmonies of #C1C6BE
Complementary color
Monochromatic Colors of #C1C6BE
Black with #C1C6BE
Text Example
Text Example
White with #C1C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C6BE; }
p { color: rgb(193,198,190); }
H1.HeaderClassName
{
color: #C1C6BE;
}
.AnyTagClassName
{
color: #C1C6BE;
}
</style>
background-color css
<style>
a { background-color: #C1C6BE; }
a { background-color: rgb(193,198,190); }
div.DivClassName
{
background-color: #C1C6BE;
}
.BgClassName
{
background-color: #C1C6BE;
}
</style>
border-color css
<style>
span { border-color: #C1C6BE; }
span { border-color: rgb(193,198,190); }
td.TdClassName
{
border-color: #C1C6BE;
}
.TagClassName
{
border-color: #C1C6BE;
}
</style>