Shades of Pumice #C3CCBB
Tints of Pumice #C3CCBB
RGB
CMYK
RGB Variations
Color information
#C3CCBB (or 0xC3CCBB) is known color: Pumice. HEX triplet: C3, CC and BB. RGB value is (195,204,187). Sum of RGB (Red+Green+Blue) = 195+204+187=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBB is #3C3344. Grayscale: #C7C7C7. Windows color (decimal): -3945285 or 12307651. OLE color: 12307651.
HSL color Cylindrical-coordinate representation of color #C3CCBB: hue angle of 91.76º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CCBB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 187 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.2 |
| HSL | 91.76º | 0.14% | 0.77% | - |
| HSV(B) | 91.76º | 0.08% | 0.8% | - |
| XYZ | 53.07 | 58.38 | 55.48 | - |
| YUV | 199.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 187 | 0.04 | 0 | 0.08 | 0.2 | 91.76 | 0.14 | 0.77 |
| Hex | C3 | CC | BB | 4 | 0 | 8 | 14 | 5C | E | 4D |
| Octal | 303 | 314 | 273 | 4 | 0 | 10 | 24 | 134 | 16 | 115 |
| Binary | 11000011 | 11001100 | 10111011 | 100 | 0 | 1000 | 10100 | 1011100 | 1110 | 1001101 |
Color Harmonies of #C3CCBB
Complementary color
Monochromatic Colors of #C3CCBB
Black with #C3CCBB
Text Example
Text Example
White with #C3CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCBB; }
p { color: rgb(195,204,187); }
H1.HeaderClassName
{
color: #C3CCBB;
}
.AnyTagClassName
{
color: #C3CCBB;
}
</style>
background-color css
<style>
a { background-color: #C3CCBB; }
a { background-color: rgb(195,204,187); }
div.DivClassName
{
background-color: #C3CCBB;
}
.BgClassName
{
background-color: #C3CCBB;
}
</style>
border-color css
<style>
span { border-color: #C3CCBB; }
span { border-color: rgb(195,204,187); }
td.TdClassName
{
border-color: #C3CCBB;
}
.TagClassName
{
border-color: #C3CCBB;
}
</style>