Shades of Pumice #C0C4BE
Tints of Pumice #C0C4BE
RGB
CMYK
RGB Variations
Color information
#C0C4BE (or 0xC0C4BE) is known color: Pumice. HEX triplet: C0, C4 and BE. RGB value is (192,196,190). Sum of RGB (Red+Green+Blue) = 192+196+190=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4BE is #3F3B41. Grayscale: #C2C2C2. Windows color (decimal): -4143938 or 12502208. OLE color: 12502208.
HSL color Cylindrical-coordinate representation of color #C0C4BE: hue angle of 100º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0C4BE is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 190 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.23 |
| HSL | 100º | 0.05% | 0.76% | - |
| HSV(B) | 100º | 0.03% | 0.77% | - |
| XYZ | 50.77 | 54.4 | 56.54 | - |
| YUV | 194.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 190 | 0.02 | 0 | 0.03 | 0.23 | 100 | 0.05 | 0.76 |
| Hex | C0 | C4 | BE | 2 | 0 | 3 | 17 | 64 | 5 | 4C |
| Octal | 300 | 304 | 276 | 2 | 0 | 3 | 27 | 144 | 5 | 114 |
| Binary | 11000000 | 11000100 | 10111110 | 10 | 0 | 11 | 10111 | 1100100 | 101 | 1001100 |
Color Harmonies of #C0C4BE
Complementary color
Monochromatic Colors of #C0C4BE
Black with #C0C4BE
Text Example
Text Example
White with #C0C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4BE; }
p { color: rgb(192,196,190); }
H1.HeaderClassName
{
color: #C0C4BE;
}
.AnyTagClassName
{
color: #C0C4BE;
}
</style>
background-color css
<style>
a { background-color: #C0C4BE; }
a { background-color: rgb(192,196,190); }
div.DivClassName
{
background-color: #C0C4BE;
}
.BgClassName
{
background-color: #C0C4BE;
}
</style>
border-color css
<style>
span { border-color: #C0C4BE; }
span { border-color: rgb(192,196,190); }
td.TdClassName
{
border-color: #C0C4BE;
}
.TagClassName
{
border-color: #C0C4BE;
}
</style>