Shades of Pumice #C3CCBA
Tints of Pumice #C3CCBA
RGB
CMYK
RGB Variations
Color information
#C3CCBA (or 0xC3CCBA) is known color: Pumice. HEX triplet: C3, CC and BA. RGB value is (195,204,186). Sum of RGB (Red+Green+Blue) = 195+204+186=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBA is #3C3345. Grayscale: #C7C7C7. Windows color (decimal): -3945286 or 12242115. OLE color: 12242115.
HSL color Cylindrical-coordinate representation of color #C3CCBA: hue angle of 90º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CCBA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 186 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.2 |
| HSL | 90º | 0.15% | 0.76% | - |
| HSV(B) | 90º | 0.09% | 0.8% | - |
| XYZ | 52.96 | 58.33 | 54.92 | - |
| YUV | 199.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 186 | 0.04 | 0 | 0.09 | 0.2 | 90 | 0.15 | 0.76 |
| Hex | C3 | CC | BA | 4 | 0 | 9 | 14 | 5A | F | 4C |
| Octal | 303 | 314 | 272 | 4 | 0 | 11 | 24 | 132 | 17 | 114 |
| Binary | 11000011 | 11001100 | 10111010 | 100 | 0 | 1001 | 10100 | 1011010 | 1111 | 1001100 |
Color Harmonies of #C3CCBA
Complementary color
Monochromatic Colors of #C3CCBA
Black with #C3CCBA
Text Example
Text Example
White with #C3CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCBA; }
p { color: rgb(195,204,186); }
H1.HeaderClassName
{
color: #C3CCBA;
}
.AnyTagClassName
{
color: #C3CCBA;
}
</style>
background-color css
<style>
a { background-color: #C3CCBA; }
a { background-color: rgb(195,204,186); }
div.DivClassName
{
background-color: #C3CCBA;
}
.BgClassName
{
background-color: #C3CCBA;
}
</style>
border-color css
<style>
span { border-color: #C3CCBA; }
span { border-color: rgb(195,204,186); }
td.TdClassName
{
border-color: #C3CCBA;
}
.TagClassName
{
border-color: #C3CCBA;
}
</style>