Shades of Pumice #C2C8BE
Tints of Pumice #C2C8BE
RGB
CMYK
RGB Variations
Color information
#C2C8BE (or 0xC2C8BE) is known color: Pumice. HEX triplet: C2, C8 and BE. RGB value is (194,200,190). Sum of RGB (Red+Green+Blue) = 194+200+190=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8BE is #3D3741. Grayscale: #C5C5C5. Windows color (decimal): -4011842 or 12503234. OLE color: 12503234.
HSL color Cylindrical-coordinate representation of color #C2C8BE: hue angle of 96º degrees, saturation: 0.08, 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 #C2C8BE is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 190 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.22 |
| HSL | 96º | 0.08% | 0.76% | - |
| HSV(B) | 96º | 0.05% | 0.78% | - |
| XYZ | 52.2 | 56.5 | 56.87 | - |
| YUV | 197.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 190 | 0.03 | 0 | 0.05 | 0.22 | 96 | 0.08 | 0.76 |
| Hex | C2 | C8 | BE | 3 | 0 | 5 | 16 | 60 | 8 | 4C |
| Octal | 302 | 310 | 276 | 3 | 0 | 5 | 26 | 140 | 10 | 114 |
| Binary | 11000010 | 11001000 | 10111110 | 11 | 0 | 101 | 10110 | 1100000 | 1000 | 1001100 |
Color Harmonies of #C2C8BE
Complementary color
Monochromatic Colors of #C2C8BE
Black with #C2C8BE
Text Example
Text Example
White with #C2C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8BE; }
p { color: rgb(194,200,190); }
H1.HeaderClassName
{
color: #C2C8BE;
}
.AnyTagClassName
{
color: #C2C8BE;
}
</style>
background-color css
<style>
a { background-color: #C2C8BE; }
a { background-color: rgb(194,200,190); }
div.DivClassName
{
background-color: #C2C8BE;
}
.BgClassName
{
background-color: #C2C8BE;
}
</style>
border-color css
<style>
span { border-color: #C2C8BE; }
span { border-color: rgb(194,200,190); }
td.TdClassName
{
border-color: #C2C8BE;
}
.TagClassName
{
border-color: #C2C8BE;
}
</style>