Shades of Pumice #C1CAB9
Tints of Pumice #C1CAB9
RGB
CMYK
RGB Variations
Color information
#C1CAB9 (or 0xC1CAB9) is known color: Pumice. HEX triplet: C1, CA and B9. RGB value is (193,202,185). Sum of RGB (Red+Green+Blue) = 193+202+185=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAB9 is #3E3546. Grayscale: #C5C5C5. Windows color (decimal): -4076871 or 12176065. OLE color: 12176065.
HSL color Cylindrical-coordinate representation of color #C1CAB9: hue angle of 91.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CAB9 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 185 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.21 |
| HSL | 91.76º | 0.14% | 0.76% | - |
| HSV(B) | 91.76º | 0.08% | 0.79% | - |
| XYZ | 51.87 | 57.08 | 54.18 | - |
| YUV | 197.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 185 | 0.04 | 0 | 0.08 | 0.21 | 91.76 | 0.14 | 0.76 |
| Hex | C1 | CA | B9 | 4 | 0 | 8 | 15 | 5C | E | 4C |
| Octal | 301 | 312 | 271 | 4 | 0 | 10 | 25 | 134 | 16 | 114 |
| Binary | 11000001 | 11001010 | 10111001 | 100 | 0 | 1000 | 10101 | 1011100 | 1110 | 1001100 |
Color Harmonies of #C1CAB9
Complementary color
Monochromatic Colors of #C1CAB9
Black with #C1CAB9
Text Example
Text Example
White with #C1CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAB9; }
p { color: rgb(193,202,185); }
H1.HeaderClassName
{
color: #C1CAB9;
}
.AnyTagClassName
{
color: #C1CAB9;
}
</style>
background-color css
<style>
a { background-color: #C1CAB9; }
a { background-color: rgb(193,202,185); }
div.DivClassName
{
background-color: #C1CAB9;
}
.BgClassName
{
background-color: #C1CAB9;
}
</style>
border-color css
<style>
span { border-color: #C1CAB9; }
span { border-color: rgb(193,202,185); }
td.TdClassName
{
border-color: #C1CAB9;
}
.TagClassName
{
border-color: #C1CAB9;
}
</style>