Shades of Pumice #C3CCBC
Tints of Pumice #C3CCBC
RGB
CMYK
RGB Variations
Color information
#C3CCBC (or 0xC3CCBC) is known color: Pumice. HEX triplet: C3, CC and BC. RGB value is (195,204,188). Sum of RGB (Red+Green+Blue) = 195+204+188=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBC is #3C3343. Grayscale: #C7C7C7. Windows color (decimal): -3945284 or 12373187. OLE color: 12373187.
HSL color Cylindrical-coordinate representation of color #C3CCBC: hue angle of 93.75º 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 #C3CCBC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 188 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.2 |
| HSL | 93.75º | 0.14% | 0.77% | - |
| HSV(B) | 93.75º | 0.08% | 0.8% | - |
| XYZ | 53.18 | 58.42 | 56.05 | - |
| YUV | 199.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 188 | 0.04 | 0 | 0.08 | 0.2 | 93.75 | 0.14 | 0.77 |
| Hex | C3 | CC | BC | 4 | 0 | 8 | 14 | 5E | E | 4D |
| Octal | 303 | 314 | 274 | 4 | 0 | 10 | 24 | 136 | 16 | 115 |
| Binary | 11000011 | 11001100 | 10111100 | 100 | 0 | 1000 | 10100 | 1011110 | 1110 | 1001101 |
Color Harmonies of #C3CCBC
Complementary color
Monochromatic Colors of #C3CCBC
Black with #C3CCBC
Text Example
Text Example
White with #C3CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCBC; }
p { color: rgb(195,204,188); }
H1.HeaderClassName
{
color: #C3CCBC;
}
.AnyTagClassName
{
color: #C3CCBC;
}
</style>
background-color css
<style>
a { background-color: #C3CCBC; }
a { background-color: rgb(195,204,188); }
div.DivClassName
{
background-color: #C3CCBC;
}
.BgClassName
{
background-color: #C3CCBC;
}
</style>
border-color css
<style>
span { border-color: #C3CCBC; }
span { border-color: rgb(195,204,188); }
td.TdClassName
{
border-color: #C3CCBC;
}
.TagClassName
{
border-color: #C3CCBC;
}
</style>