Shades of Pumice #C3C4C2
Tints of Pumice #C3C4C2
RGB
CMYK
RGB Variations
Color information
#C3C4C2 (or 0xC3C4C2) is known color: Pumice. HEX triplet: C3, C4 and C2. RGB value is (195,196,194). Sum of RGB (Red+Green+Blue) = 195+196+194=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4C2 is #3C3B3D. Grayscale: #C3C3C3. Windows color (decimal): -3947326 or 12764355. OLE color: 12764355.
HSL color Cylindrical-coordinate representation of color #C3C4C2: hue angle of 90º degrees, saturation: 0.02, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C3C4C2 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 195 | 196 | 194 | - |
CMYK | 0.01 | 0 | 0.01 | 0.23 |
HSL | 90º | 0.02% | 0.76% | - |
HSV(B) | 90º | 0.01% | 0.77% | - |
XYZ | 51.98 | 54.98 | 58.91 | - |
YUV | 195.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 196 | 194 | 0.01 | 0 | 0.01 | 0.23 | 90 | 0.02 | 0.76 |
Hex | C3 | C4 | C2 | 1 | 0 | 1 | 17 | 5A | 2 | 4C |
Octal | 303 | 304 | 302 | 1 | 0 | 1 | 27 | 132 | 2 | 114 |
Binary | 11000011 | 11000100 | 11000010 | 1 | 0 | 1 | 10111 | 1011010 | 10 | 1001100 |
Color Harmonies of #C3C4C2
Complementary color
Monochromatic Colors of #C3C4C2
Black with #C3C4C2
Text Example
Text Example
White with #C3C4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C4C2; }
p { color: rgb(195,196,194); }
H1.HeaderClassName
{
color: #C3C4C2;
}
.AnyTagClassName
{
color: #C3C4C2;
}
</style>
background-color css
<style>
a { background-color: #C3C4C2; }
a { background-color: rgb(195,196,194); }
div.DivClassName
{
background-color: #C3C4C2;
}
.BgClassName
{
background-color: #C3C4C2;
}
</style>
border-color css
<style>
span { border-color: #C3C4C2; }
span { border-color: rgb(195,196,194); }
td.TdClassName
{
border-color: #C3C4C2;
}
.TagClassName
{
border-color: #C3C4C2;
}
</style>