Shades of Pumice #C5CAC1
Tints of Pumice #C5CAC1
RGB
CMYK
RGB Variations
Color information
#C5CAC1 (or 0xC5CAC1) is known color: Pumice. HEX triplet: C5, CA and C1. RGB value is (197,202,193). Sum of RGB (Red+Green+Blue) = 197+202+193=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAC1 is #3A353E. Grayscale: #C7C7C7. Windows color (decimal): -3814719 or 12700357. OLE color: 12700357.
HSL color Cylindrical-coordinate representation of color #C5CAC1: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CAC1 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 197 | 202 | 193 | - |
CMYK | 0.02 | 0 | 0.04 | 0.21 |
HSL | 93.33º | 0.08% | 0.77% | - |
HSV(B) | 93.33º | 0.04% | 0.79% | - |
XYZ | 53.77 | 57.96 | 58.81 | - |
YUV | 199.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 193 | 0.02 | 0 | 0.04 | 0.21 | 93.33 | 0.08 | 0.77 |
Hex | C5 | CA | C1 | 2 | 0 | 4 | 15 | 5D | 8 | 4D |
Octal | 305 | 312 | 301 | 2 | 0 | 4 | 25 | 135 | 10 | 115 |
Binary | 11000101 | 11001010 | 11000001 | 10 | 0 | 100 | 10101 | 1011101 | 1000 | 1001101 |
Color Harmonies of #C5CAC1
Complementary color
Monochromatic Colors of #C5CAC1
Black with #C5CAC1
Text Example
Text Example
White with #C5CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAC1; }
p { color: rgb(197,202,193); }
H1.HeaderClassName
{
color: #C5CAC1;
}
.AnyTagClassName
{
color: #C5CAC1;
}
</style>
background-color css
<style>
a { background-color: #C5CAC1; }
a { background-color: rgb(197,202,193); }
div.DivClassName
{
background-color: #C5CAC1;
}
.BgClassName
{
background-color: #C5CAC1;
}
</style>
border-color css
<style>
span { border-color: #C5CAC1; }
span { border-color: rgb(197,202,193); }
td.TdClassName
{
border-color: #C5CAC1;
}
.TagClassName
{
border-color: #C5CAC1;
}
</style>