Shades of Pumice #C3CBBD
Tints of Pumice #C3CBBD
RGB
CMYK
RGB Variations
Color information
#C3CBBD (or 0xC3CBBD) is known color: Pumice. HEX triplet: C3, CB and BD. RGB value is (195,203,189). Sum of RGB (Red+Green+Blue) = 195+203+189=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBBD is #3C3442. Grayscale: #C7C7C7. Windows color (decimal): -3945539 or 12438467. OLE color: 12438467.
HSL color Cylindrical-coordinate representation of color #C3CBBD: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CBBD is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 189 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.20 |
| HSL | 94.29º | 0.12% | 0.77% | - |
| HSV(B) | 94.29º | 0.07% | 0.8% | - |
| XYZ | 53.05 | 57.99 | 56.54 | - |
| YUV | 199.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 189 | 0.04 | 0 | 0.07 | 0.20 | 94.29 | 0.12 | 0.77 |
| Hex | C3 | CB | BD | 4 | 0 | 7 | 14 | 5E | C | 4D |
| Octal | 303 | 313 | 275 | 4 | 0 | 7 | 24 | 136 | 14 | 115 |
| Binary | 11000011 | 11001011 | 10111101 | 100 | 0 | 111 | 10100 | 1011110 | 1100 | 1001101 |
Color Harmonies of #C3CBBD
Complementary color
Monochromatic Colors of #C3CBBD
Black with #C3CBBD
Text Example
Text Example
White with #C3CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBBD; }
p { color: rgb(195,203,189); }
H1.HeaderClassName
{
color: #C3CBBD;
}
.AnyTagClassName
{
color: #C3CBBD;
}
</style>
background-color css
<style>
a { background-color: #C3CBBD; }
a { background-color: rgb(195,203,189); }
div.DivClassName
{
background-color: #C3CBBD;
}
.BgClassName
{
background-color: #C3CBBD;
}
</style>
border-color css
<style>
span { border-color: #C3CBBD; }
span { border-color: rgb(195,203,189); }
td.TdClassName
{
border-color: #C3CBBD;
}
.TagClassName
{
border-color: #C3CBBD;
}
</style>