Shades of Pumice #C2CBBB
Tints of Pumice #C2CBBB
RGB
CMYK
RGB Variations
Color information
#C2CBBB (or 0xC2CBBB) is known color: Pumice. HEX triplet: C2, CB and BB. RGB value is (194,203,187). Sum of RGB (Red+Green+Blue) = 194+203+187=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBBB is #3D3444. Grayscale: #C6C6C6. Windows color (decimal): -4011077 or 12307394. OLE color: 12307394.
HSL color Cylindrical-coordinate representation of color #C2CBBB: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CBBB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 187 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.20 |
| HSL | 93.75º | 0.13% | 0.76% | - |
| HSV(B) | 93.75º | 0.08% | 0.8% | - |
| XYZ | 52.57 | 57.77 | 55.39 | - |
| YUV | 198.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 187 | 0.04 | 0 | 0.08 | 0.20 | 93.75 | 0.13 | 0.76 |
| Hex | C2 | CB | BB | 4 | 0 | 8 | 14 | 5E | D | 4C |
| Octal | 302 | 313 | 273 | 4 | 0 | 10 | 24 | 136 | 15 | 114 |
| Binary | 11000010 | 11001011 | 10111011 | 100 | 0 | 1000 | 10100 | 1011110 | 1101 | 1001100 |
Color Harmonies of #C2CBBB
Complementary color
Monochromatic Colors of #C2CBBB
Black with #C2CBBB
Text Example
Text Example
White with #C2CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBBB; }
p { color: rgb(194,203,187); }
H1.HeaderClassName
{
color: #C2CBBB;
}
.AnyTagClassName
{
color: #C2CBBB;
}
</style>
background-color css
<style>
a { background-color: #C2CBBB; }
a { background-color: rgb(194,203,187); }
div.DivClassName
{
background-color: #C2CBBB;
}
.BgClassName
{
background-color: #C2CBBB;
}
</style>
border-color css
<style>
span { border-color: #C2CBBB; }
span { border-color: rgb(194,203,187); }
td.TdClassName
{
border-color: #C2CBBB;
}
.TagClassName
{
border-color: #C2CBBB;
}
</style>