Shades of Pumice #C2C8BD
Tints of Pumice #C2C8BD
RGB
CMYK
RGB Variations
Color information
#C2C8BD (or 0xC2C8BD) is known color: Pumice. HEX triplet: C2, C8 and BD. RGB value is (194,200,189). Sum of RGB (Red+Green+Blue) = 194+200+189=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8BD is #3D3742. Grayscale: #C4C4C4. Windows color (decimal): -4011843 or 12437698. OLE color: 12437698.
HSL color Cylindrical-coordinate representation of color #C2C8BD: hue angle of 92.73º degrees, saturation: 0.09, 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 #C2C8BD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 189 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.22 |
| HSL | 92.73º | 0.09% | 0.76% | - |
| HSV(B) | 92.73º | 0.06% | 0.78% | - |
| XYZ | 52.09 | 56.45 | 56.3 | - |
| YUV | 196.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 189 | 0.03 | 0 | 0.06 | 0.22 | 92.73 | 0.09 | 0.76 |
| Hex | C2 | C8 | BD | 3 | 0 | 6 | 16 | 5D | 9 | 4C |
| Octal | 302 | 310 | 275 | 3 | 0 | 6 | 26 | 135 | 11 | 114 |
| Binary | 11000010 | 11001000 | 10111101 | 11 | 0 | 110 | 10110 | 1011101 | 1001 | 1001100 |
Color Harmonies of #C2C8BD
Complementary color
Monochromatic Colors of #C2C8BD
Black with #C2C8BD
Text Example
Text Example
White with #C2C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8BD; }
p { color: rgb(194,200,189); }
H1.HeaderClassName
{
color: #C2C8BD;
}
.AnyTagClassName
{
color: #C2C8BD;
}
</style>
background-color css
<style>
a { background-color: #C2C8BD; }
a { background-color: rgb(194,200,189); }
div.DivClassName
{
background-color: #C2C8BD;
}
.BgClassName
{
background-color: #C2C8BD;
}
</style>
border-color css
<style>
span { border-color: #C2C8BD; }
span { border-color: rgb(194,200,189); }
td.TdClassName
{
border-color: #C2C8BD;
}
.TagClassName
{
border-color: #C2C8BD;
}
</style>