Shades of Pumice #C5CAC0
Tints of Pumice #C5CAC0
RGB
CMYK
RGB Variations
Color information
#C5CAC0 (or 0xC5CAC0) is known color: Pumice. HEX triplet: C5, CA and C0. RGB value is (197,202,192). Sum of RGB (Red+Green+Blue) = 197+202+192=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAC0 is #3A353F. Grayscale: #C7C7C7. Windows color (decimal): -3814720 or 12634821. OLE color: 12634821.
HSL color Cylindrical-coordinate representation of color #C5CAC0: hue angle of 90º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CAC0 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 192 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.21 |
| HSL | 90º | 0.09% | 0.77% | - |
| HSV(B) | 90º | 0.05% | 0.79% | - |
| XYZ | 53.66 | 57.92 | 58.22 | - |
| YUV | 199.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 192 | 0.02 | 0 | 0.05 | 0.21 | 90 | 0.09 | 0.77 |
| Hex | C5 | CA | C0 | 2 | 0 | 5 | 15 | 5A | 9 | 4D |
| Octal | 305 | 312 | 300 | 2 | 0 | 5 | 25 | 132 | 11 | 115 |
| Binary | 11000101 | 11001010 | 11000000 | 10 | 0 | 101 | 10101 | 1011010 | 1001 | 1001101 |
Color Harmonies of #C5CAC0
Complementary color
Monochromatic Colors of #C5CAC0
Black with #C5CAC0
Text Example
Text Example
White with #C5CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAC0; }
p { color: rgb(197,202,192); }
H1.HeaderClassName
{
color: #C5CAC0;
}
.AnyTagClassName
{
color: #C5CAC0;
}
</style>
background-color css
<style>
a { background-color: #C5CAC0; }
a { background-color: rgb(197,202,192); }
div.DivClassName
{
background-color: #C5CAC0;
}
.BgClassName
{
background-color: #C5CAC0;
}
</style>
border-color css
<style>
span { border-color: #C5CAC0; }
span { border-color: rgb(197,202,192); }
td.TdClassName
{
border-color: #C5CAC0;
}
.TagClassName
{
border-color: #C5CAC0;
}
</style>