Shades of Pumice #C4C7C1
Tints of Pumice #C4C7C1
RGB
CMYK
RGB Variations
Color information
#C4C7C1 (or 0xC4C7C1) is known color: Pumice. HEX triplet: C4, C7 and C1. RGB value is (196,199,193). Sum of RGB (Red+Green+Blue) = 196+199+193=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C7C1 is #3B383E. Grayscale: #C5C5C5. Windows color (decimal): -3881023 or 12699588. OLE color: 12699588.
HSL color Cylindrical-coordinate representation of color #C4C7C1: hue angle of 90º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4C7C1 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 193 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.22 |
| HSL | 90º | 0.05% | 0.77% | - |
| HSV(B) | 90º | 0.03% | 0.78% | - |
| XYZ | 52.81 | 56.43 | 58.56 | - |
| YUV | 197.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 193 | 0.02 | 0 | 0.03 | 0.22 | 90 | 0.05 | 0.77 |
| Hex | C4 | C7 | C1 | 2 | 0 | 3 | 16 | 5A | 5 | 4D |
| Octal | 304 | 307 | 301 | 2 | 0 | 3 | 26 | 132 | 5 | 115 |
| Binary | 11000100 | 11000111 | 11000001 | 10 | 0 | 11 | 10110 | 1011010 | 101 | 1001101 |
Color Harmonies of #C4C7C1
Complementary color
Monochromatic Colors of #C4C7C1
Black with #C4C7C1
Text Example
Text Example
White with #C4C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C7C1; }
p { color: rgb(196,199,193); }
H1.HeaderClassName
{
color: #C4C7C1;
}
.AnyTagClassName
{
color: #C4C7C1;
}
</style>
background-color css
<style>
a { background-color: #C4C7C1; }
a { background-color: rgb(196,199,193); }
div.DivClassName
{
background-color: #C4C7C1;
}
.BgClassName
{
background-color: #C4C7C1;
}
</style>
border-color css
<style>
span { border-color: #C4C7C1; }
span { border-color: rgb(196,199,193); }
td.TdClassName
{
border-color: #C4C7C1;
}
.TagClassName
{
border-color: #C4C7C1;
}
</style>