Shades of Pumice #C2C7BE
Tints of Pumice #C2C7BE
RGB
CMYK
RGB Variations
Color information
#C2C7BE (or 0xC2C7BE) is known color: Pumice. HEX triplet: C2, C7 and BE. RGB value is (194,199,190). Sum of RGB (Red+Green+Blue) = 194+199+190=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7BE is #3D3841. Grayscale: #C4C4C4. Windows color (decimal): -4012098 or 12502978. OLE color: 12502978.
HSL color Cylindrical-coordinate representation of color #C2C7BE: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C7BE is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 190 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.22 |
| HSL | 93.33º | 0.07% | 0.76% | - |
| HSV(B) | 93.33º | 0.05% | 0.78% | - |
| XYZ | 51.97 | 56.03 | 56.79 | - |
| YUV | 196.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 190 | 0.03 | 0 | 0.05 | 0.22 | 93.33 | 0.07 | 0.76 |
| Hex | C2 | C7 | BE | 3 | 0 | 5 | 16 | 5D | 7 | 4C |
| Octal | 302 | 307 | 276 | 3 | 0 | 5 | 26 | 135 | 7 | 114 |
| Binary | 11000010 | 11000111 | 10111110 | 11 | 0 | 101 | 10110 | 1011101 | 111 | 1001100 |
Color Harmonies of #C2C7BE
Complementary color
Monochromatic Colors of #C2C7BE
Black with #C2C7BE
Text Example
Text Example
White with #C2C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7BE; }
p { color: rgb(194,199,190); }
H1.HeaderClassName
{
color: #C2C7BE;
}
.AnyTagClassName
{
color: #C2C7BE;
}
</style>
background-color css
<style>
a { background-color: #C2C7BE; }
a { background-color: rgb(194,199,190); }
div.DivClassName
{
background-color: #C2C7BE;
}
.BgClassName
{
background-color: #C2C7BE;
}
</style>
border-color css
<style>
span { border-color: #C2C7BE; }
span { border-color: rgb(194,199,190); }
td.TdClassName
{
border-color: #C2C7BE;
}
.TagClassName
{
border-color: #C2C7BE;
}
</style>