Shades of Pumice #C2C6BE
Tints of Pumice #C2C6BE
RGB
CMYK
RGB Variations
Color information
#C2C6BE (or 0xC2C6BE) is known color: Pumice. HEX triplet: C2, C6 and BE. RGB value is (194,198,190). Sum of RGB (Red+Green+Blue) = 194+198+190=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6BE is #3D3941. Grayscale: #C3C3C3. Windows color (decimal): -4012354 or 12502722. OLE color: 12502722.
HSL color Cylindrical-coordinate representation of color #C2C6BE: hue angle of 90º 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 #C2C6BE is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 190 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.22 |
| HSL | 90º | 0.07% | 0.76% | - |
| HSV(B) | 90º | 0.04% | 0.78% | - |
| XYZ | 51.74 | 55.58 | 56.72 | - |
| YUV | 195.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 190 | 0.02 | 0 | 0.04 | 0.22 | 90 | 0.07 | 0.76 |
| Hex | C2 | C6 | BE | 2 | 0 | 4 | 16 | 5A | 7 | 4C |
| Octal | 302 | 306 | 276 | 2 | 0 | 4 | 26 | 132 | 7 | 114 |
| Binary | 11000010 | 11000110 | 10111110 | 10 | 0 | 100 | 10110 | 1011010 | 111 | 1001100 |
Color Harmonies of #C2C6BE
Complementary color
Monochromatic Colors of #C2C6BE
Black with #C2C6BE
Text Example
Text Example
White with #C2C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6BE; }
p { color: rgb(194,198,190); }
H1.HeaderClassName
{
color: #C2C6BE;
}
.AnyTagClassName
{
color: #C2C6BE;
}
</style>
background-color css
<style>
a { background-color: #C2C6BE; }
a { background-color: rgb(194,198,190); }
div.DivClassName
{
background-color: #C2C6BE;
}
.BgClassName
{
background-color: #C2C6BE;
}
</style>
border-color css
<style>
span { border-color: #C2C6BE; }
span { border-color: rgb(194,198,190); }
td.TdClassName
{
border-color: #C2C6BE;
}
.TagClassName
{
border-color: #C2C6BE;
}
</style>