Shades of Pumice #C3C7BF
Tints of Pumice #C3C7BF
RGB
CMYK
RGB Variations
Color information
#C3C7BF (or 0xC3C7BF) is known color: Pumice. HEX triplet: C3, C7 and BF. RGB value is (195,199,191). Sum of RGB (Red+Green+Blue) = 195+199+191=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7BF is #3C3840. Grayscale: #C4C4C4. Windows color (decimal): -3946561 or 12568515. OLE color: 12568515.
HSL color Cylindrical-coordinate representation of color #C3C7BF: hue angle of 90º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C7BF is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 191 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.22 |
| HSL | 90º | 0.07% | 0.76% | - |
| HSV(B) | 90º | 0.04% | 0.78% | - |
| XYZ | 52.33 | 56.21 | 57.38 | - |
| YUV | 196.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 191 | 0.02 | 0 | 0.04 | 0.22 | 90 | 0.07 | 0.76 |
| Hex | C3 | C7 | BF | 2 | 0 | 4 | 16 | 5A | 7 | 4C |
| Octal | 303 | 307 | 277 | 2 | 0 | 4 | 26 | 132 | 7 | 114 |
| Binary | 11000011 | 11000111 | 10111111 | 10 | 0 | 100 | 10110 | 1011010 | 111 | 1001100 |
Color Harmonies of #C3C7BF
Complementary color
Monochromatic Colors of #C3C7BF
Black with #C3C7BF
Text Example
Text Example
White with #C3C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C7BF; }
p { color: rgb(195,199,191); }
H1.HeaderClassName
{
color: #C3C7BF;
}
.AnyTagClassName
{
color: #C3C7BF;
}
</style>
background-color css
<style>
a { background-color: #C3C7BF; }
a { background-color: rgb(195,199,191); }
div.DivClassName
{
background-color: #C3C7BF;
}
.BgClassName
{
background-color: #C3C7BF;
}
</style>
border-color css
<style>
span { border-color: #C3C7BF; }
span { border-color: rgb(195,199,191); }
td.TdClassName
{
border-color: #C3C7BF;
}
.TagClassName
{
border-color: #C3C7BF;
}
</style>