Shades of Pumice #C2CBB8
Tints of Pumice #C2CBB8
RGB
CMYK
RGB Variations
Color information
#C2CBB8 (or 0xC2CBB8) is known color: Pumice. HEX triplet: C2, CB and B8. RGB value is (194,203,184). Sum of RGB (Red+Green+Blue) = 194+203+184=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB8 is #3D3447. Grayscale: #C6C6C6. Windows color (decimal): -4011080 or 12110786. OLE color: 12110786.
HSL color Cylindrical-coordinate representation of color #C2CBB8: hue angle of 88.42º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CBB8 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 184 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.20 |
| HSL | 88.42º | 0.15% | 0.76% | - |
| HSV(B) | 88.42º | 0.09% | 0.8% | - |
| XYZ | 52.26 | 57.64 | 53.72 | - |
| YUV | 198.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 184 | 0.04 | 0 | 0.09 | 0.20 | 88.42 | 0.15 | 0.76 |
| Hex | C2 | CB | B8 | 4 | 0 | 9 | 14 | 58 | F | 4C |
| Octal | 302 | 313 | 270 | 4 | 0 | 11 | 24 | 130 | 17 | 114 |
| Binary | 11000010 | 11001011 | 10111000 | 100 | 0 | 1001 | 10100 | 1011000 | 1111 | 1001100 |
Color Harmonies of #C2CBB8
Complementary color
Monochromatic Colors of #C2CBB8
Black with #C2CBB8
Text Example
Text Example
White with #C2CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBB8; }
p { color: rgb(194,203,184); }
H1.HeaderClassName
{
color: #C2CBB8;
}
.AnyTagClassName
{
color: #C2CBB8;
}
</style>
background-color css
<style>
a { background-color: #C2CBB8; }
a { background-color: rgb(194,203,184); }
div.DivClassName
{
background-color: #C2CBB8;
}
.BgClassName
{
background-color: #C2CBB8;
}
</style>
border-color css
<style>
span { border-color: #C2CBB8; }
span { border-color: rgb(194,203,184); }
td.TdClassName
{
border-color: #C2CBB8;
}
.TagClassName
{
border-color: #C2CBB8;
}
</style>