Shades of Pumice #C4C5C3
Tints of Pumice #C4C5C3
RGB
CMYK
RGB Variations
Color information
#C4C5C3 (or 0xC4C5C3) is known color: Pumice. HEX triplet: C4, C5 and C3. RGB value is (196,197,195). Sum of RGB (Red+Green+Blue) = 196+197+195=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5C3 is #3B3A3C. Grayscale: #C4C4C4. Windows color (decimal): -3881533 or 12830148. OLE color: 12830148.
HSL color Cylindrical-coordinate representation of color #C4C5C3: hue angle of 90º degrees, saturation: 0.02, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C4C5C3 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 195 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.23 |
| HSL | 90º | 0.02% | 0.77% | - |
| HSV(B) | 90º | 0.01% | 0.77% | - |
| XYZ | 52.58 | 55.61 | 59.59 | - |
| YUV | 196.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 195 | 0.01 | 0 | 0.01 | 0.23 | 90 | 0.02 | 0.77 |
| Hex | C4 | C5 | C3 | 1 | 0 | 1 | 17 | 5A | 2 | 4D |
| Octal | 304 | 305 | 303 | 1 | 0 | 1 | 27 | 132 | 2 | 115 |
| Binary | 11000100 | 11000101 | 11000011 | 1 | 0 | 1 | 10111 | 1011010 | 10 | 1001101 |
Color Harmonies of #C4C5C3
Complementary color
Monochromatic Colors of #C4C5C3
Black with #C4C5C3
Text Example
Text Example
White with #C4C5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5C3; }
p { color: rgb(196,197,195); }
H1.HeaderClassName
{
color: #C4C5C3;
}
.AnyTagClassName
{
color: #C4C5C3;
}
</style>
background-color css
<style>
a { background-color: #C4C5C3; }
a { background-color: rgb(196,197,195); }
div.DivClassName
{
background-color: #C4C5C3;
}
.BgClassName
{
background-color: #C4C5C3;
}
</style>
border-color css
<style>
span { border-color: #C4C5C3; }
span { border-color: rgb(196,197,195); }
td.TdClassName
{
border-color: #C4C5C3;
}
.TagClassName
{
border-color: #C4C5C3;
}
</style>