Shades of Pumice #C0C2BF
Tints of Pumice #C0C2BF
RGB
CMYK
RGB Variations
Color information
#C0C2BF (or 0xC0C2BF) is known color: Pumice. HEX triplet: C0, C2 and BF. RGB value is (192,194,191). Sum of RGB (Red+Green+Blue) = 192+194+191=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2BF is #3F3D40. Grayscale: #C1C1C1. Windows color (decimal): -4144449 or 12567232. OLE color: 12567232.
HSL color Cylindrical-coordinate representation of color #C0C2BF: hue angle of 100º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0C2BF is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 191 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.24 |
| HSL | 100º | 0.02% | 0.75% | - |
| HSV(B) | 100º | 0.02% | 0.76% | - |
| XYZ | 50.43 | 53.55 | 56.97 | - |
| YUV | 193.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 191 | 0.01 | 0 | 0.02 | 0.24 | 100 | 0.02 | 0.75 |
| Hex | C0 | C2 | BF | 1 | 0 | 2 | 18 | 64 | 2 | 4B |
| Octal | 300 | 302 | 277 | 1 | 0 | 2 | 30 | 144 | 2 | 113 |
| Binary | 11000000 | 11000010 | 10111111 | 1 | 0 | 10 | 11000 | 1100100 | 10 | 1001011 |
Color Harmonies of #C0C2BF
Complementary color
Monochromatic Colors of #C0C2BF
Black with #C0C2BF
Text Example
Text Example
White with #C0C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2BF; }
p { color: rgb(192,194,191); }
H1.HeaderClassName
{
color: #C0C2BF;
}
.AnyTagClassName
{
color: #C0C2BF;
}
</style>
background-color css
<style>
a { background-color: #C0C2BF; }
a { background-color: rgb(192,194,191); }
div.DivClassName
{
background-color: #C0C2BF;
}
.BgClassName
{
background-color: #C0C2BF;
}
</style>
border-color css
<style>
span { border-color: #C0C2BF; }
span { border-color: rgb(192,194,191); }
td.TdClassName
{
border-color: #C0C2BF;
}
.TagClassName
{
border-color: #C0C2BF;
}
</style>