Shades of Pumice #C3CEBA
Tints of Pumice #C3CEBA
RGB
CMYK
RGB Variations
Color information
#C3CEBA (or 0xC3CEBA) is known color: Pumice. HEX triplet: C3, CE and BA. RGB value is (195,206,186). Sum of RGB (Red+Green+Blue) = 195+206+186=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEBA is #3C3145. Grayscale: #C8C8C8. Windows color (decimal): -3944774 or 12242627. OLE color: 12242627.
HSL color Cylindrical-coordinate representation of color #C3CEBA: hue angle of 93º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CEBA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 186 | - |
CMYK | 0.05 | 0 | 0.10 | 0.19 |
HSL | 93º | 0.17% | 0.77% | - |
HSV(B) | 93º | 0.1% | 0.81% | - |
XYZ | 53.44 | 59.29 | 55.08 | - |
YUV | 200.43 | 119.86 | 124.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 186 | 0.05 | 0 | 0.10 | 0.19 | 93 | 0.17 | 0.77 |
Hex | C3 | CE | BA | 5 | 0 | A | 13 | 5D | 11 | 4D |
Octal | 303 | 316 | 272 | 5 | 0 | 12 | 23 | 135 | 21 | 115 |
Binary | 11000011 | 11001110 | 10111010 | 101 | 0 | 1010 | 10011 | 1011101 | 10001 | 1001101 |
Color Harmonies of #C3CEBA
Complementary color
Monochromatic Colors of #C3CEBA
Black with #C3CEBA
Text Example
Text Example
White with #C3CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEBA; }
p { color: rgb(195,206,186); }
H1.HeaderClassName
{
color: #C3CEBA;
}
.AnyTagClassName
{
color: #C3CEBA;
}
</style>
background-color css
<style>
a { background-color: #C3CEBA; }
a { background-color: rgb(195,206,186); }
div.DivClassName
{
background-color: #C3CEBA;
}
.BgClassName
{
background-color: #C3CEBA;
}
</style>
border-color css
<style>
span { border-color: #C3CEBA; }
span { border-color: rgb(195,206,186); }
td.TdClassName
{
border-color: #C3CEBA;
}
.TagClassName
{
border-color: #C3CEBA;
}
</style>