Shades of Pumice #C0C8BB
Tints of Pumice #C0C8BB
RGB
CMYK
RGB Variations
Color information
#C0C8BB (or 0xC0C8BB) is known color: Pumice. HEX triplet: C0, C8 and BB. RGB value is (192,200,187). Sum of RGB (Red+Green+Blue) = 192+200+187=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BB is #3F3744. Grayscale: #C4C4C4. Windows color (decimal): -4142917 or 12306624. OLE color: 12306624.
HSL color Cylindrical-coordinate representation of color #C0C8BB: hue angle of 96.92º degrees, saturation: 0.11, 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 #C0C8BB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 187 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.22 |
| HSL | 96.92º | 0.11% | 0.76% | - |
| HSV(B) | 96.92º | 0.07% | 0.78% | - |
| XYZ | 51.36 | 56.1 | 55.14 | - |
| YUV | 196.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 187 | 0.04 | 0 | 0.06 | 0.22 | 96.92 | 0.11 | 0.76 |
| Hex | C0 | C8 | BB | 4 | 0 | 6 | 16 | 61 | B | 4C |
| Octal | 300 | 310 | 273 | 4 | 0 | 6 | 26 | 141 | 13 | 114 |
| Binary | 11000000 | 11001000 | 10111011 | 100 | 0 | 110 | 10110 | 1100001 | 1011 | 1001100 |
Color Harmonies of #C0C8BB
Complementary color
Monochromatic Colors of #C0C8BB
Black with #C0C8BB
Text Example
Text Example
White with #C0C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8BB; }
p { color: rgb(192,200,187); }
H1.HeaderClassName
{
color: #C0C8BB;
}
.AnyTagClassName
{
color: #C0C8BB;
}
</style>
background-color css
<style>
a { background-color: #C0C8BB; }
a { background-color: rgb(192,200,187); }
div.DivClassName
{
background-color: #C0C8BB;
}
.BgClassName
{
background-color: #C0C8BB;
}
</style>
border-color css
<style>
span { border-color: #C0C8BB; }
span { border-color: rgb(192,200,187); }
td.TdClassName
{
border-color: #C0C8BB;
}
.TagClassName
{
border-color: #C0C8BB;
}
</style>