Shades of Pumice #C0C8B9
Tints of Pumice #C0C8B9
RGB
CMYK
RGB Variations
Color information
#C0C8B9 (or 0xC0C8B9) is known color: Pumice. HEX triplet: C0, C8 and B9. RGB value is (192,200,185). Sum of RGB (Red+Green+Blue) = 192+200+185=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8B9 is #3F3746. Grayscale: #C3C3C3. Windows color (decimal): -4142919 or 12175552. OLE color: 12175552.
HSL color Cylindrical-coordinate representation of color #C0C8B9: hue angle of 92º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0C8B9 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 185 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.22 |
| HSL | 92º | 0.12% | 0.75% | - |
| HSV(B) | 92º | 0.07% | 0.78% | - |
| XYZ | 51.15 | 56.02 | 54.02 | - |
| YUV | 195.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 185 | 0.04 | 0 | 0.08 | 0.22 | 92 | 0.12 | 0.75 |
| Hex | C0 | C8 | B9 | 4 | 0 | 8 | 16 | 5C | C | 4B |
| Octal | 300 | 310 | 271 | 4 | 0 | 10 | 26 | 134 | 14 | 113 |
| Binary | 11000000 | 11001000 | 10111001 | 100 | 0 | 1000 | 10110 | 1011100 | 1100 | 1001011 |
Color Harmonies of #C0C8B9
Complementary color
Monochromatic Colors of #C0C8B9
Black with #C0C8B9
Text Example
Text Example
White with #C0C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8B9; }
p { color: rgb(192,200,185); }
H1.HeaderClassName
{
color: #C0C8B9;
}
.AnyTagClassName
{
color: #C0C8B9;
}
</style>
background-color css
<style>
a { background-color: #C0C8B9; }
a { background-color: rgb(192,200,185); }
div.DivClassName
{
background-color: #C0C8B9;
}
.BgClassName
{
background-color: #C0C8B9;
}
</style>
border-color css
<style>
span { border-color: #C0C8B9; }
span { border-color: rgb(192,200,185); }
td.TdClassName
{
border-color: #C0C8B9;
}
.TagClassName
{
border-color: #C0C8B9;
}
</style>