Shades of Pumice #C3CABB
Tints of Pumice #C3CABB
RGB
CMYK
RGB Variations
Color information
#C3CABB (or 0xC3CABB) is known color: Pumice. HEX triplet: C3, CA and BB. RGB value is (195,202,187). Sum of RGB (Red+Green+Blue) = 195+202+187=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CABB is #3C3544. Grayscale: #C6C6C6. Windows color (decimal): -3945797 or 12307139. OLE color: 12307139.
HSL color Cylindrical-coordinate representation of color #C3CABB: hue angle of 88º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CABB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 187 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.21 |
| HSL | 88º | 0.12% | 0.76% | - |
| HSV(B) | 88º | 0.07% | 0.79% | - |
| XYZ | 52.6 | 57.43 | 55.33 | - |
| YUV | 198.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 187 | 0.03 | 0 | 0.07 | 0.21 | 88 | 0.12 | 0.76 |
| Hex | C3 | CA | BB | 3 | 0 | 7 | 15 | 58 | C | 4C |
| Octal | 303 | 312 | 273 | 3 | 0 | 7 | 25 | 130 | 14 | 114 |
| Binary | 11000011 | 11001010 | 10111011 | 11 | 0 | 111 | 10101 | 1011000 | 1100 | 1001100 |
Color Harmonies of #C3CABB
Complementary color
Monochromatic Colors of #C3CABB
Black with #C3CABB
Text Example
Text Example
White with #C3CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CABB; }
p { color: rgb(195,202,187); }
H1.HeaderClassName
{
color: #C3CABB;
}
.AnyTagClassName
{
color: #C3CABB;
}
</style>
background-color css
<style>
a { background-color: #C3CABB; }
a { background-color: rgb(195,202,187); }
div.DivClassName
{
background-color: #C3CABB;
}
.BgClassName
{
background-color: #C3CABB;
}
</style>
border-color css
<style>
span { border-color: #C3CABB; }
span { border-color: rgb(195,202,187); }
td.TdClassName
{
border-color: #C3CABB;
}
.TagClassName
{
border-color: #C3CABB;
}
</style>