Shades of Pumice #C2C7BC
Tints of Pumice #C2C7BC
RGB
CMYK
RGB Variations
Color information
#C2C7BC (or 0xC2C7BC) is known color: Pumice. HEX triplet: C2, C7 and BC. RGB value is (194,199,188). Sum of RGB (Red+Green+Blue) = 194+199+188=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7BC is #3D3843. Grayscale: #C4C4C4. Windows color (decimal): -4012100 or 12371906. OLE color: 12371906.
HSL color Cylindrical-coordinate representation of color #C2C7BC: hue angle of 87.27º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2C7BC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 188 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.22 |
| HSL | 87.27º | 0.09% | 0.76% | - |
| HSV(B) | 87.27º | 0.06% | 0.78% | - |
| XYZ | 51.75 | 55.95 | 55.65 | - |
| YUV | 196.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 188 | 0.03 | 0 | 0.06 | 0.22 | 87.27 | 0.09 | 0.76 |
| Hex | C2 | C7 | BC | 3 | 0 | 6 | 16 | 57 | 9 | 4C |
| Octal | 302 | 307 | 274 | 3 | 0 | 6 | 26 | 127 | 11 | 114 |
| Binary | 11000010 | 11000111 | 10111100 | 11 | 0 | 110 | 10110 | 1010111 | 1001 | 1001100 |
Color Harmonies of #C2C7BC
Complementary color
Monochromatic Colors of #C2C7BC
Black with #C2C7BC
Text Example
Text Example
White with #C2C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7BC; }
p { color: rgb(194,199,188); }
H1.HeaderClassName
{
color: #C2C7BC;
}
.AnyTagClassName
{
color: #C2C7BC;
}
</style>
background-color css
<style>
a { background-color: #C2C7BC; }
a { background-color: rgb(194,199,188); }
div.DivClassName
{
background-color: #C2C7BC;
}
.BgClassName
{
background-color: #C2C7BC;
}
</style>
border-color css
<style>
span { border-color: #C2C7BC; }
span { border-color: rgb(194,199,188); }
td.TdClassName
{
border-color: #C2C7BC;
}
.TagClassName
{
border-color: #C2C7BC;
}
</style>