Shades of Pumice #C5CBC0
Tints of Pumice #C5CBC0
RGB
CMYK
RGB Variations
Color information
#C5CBC0 (or 0xC5CBC0) is known color: Pumice. HEX triplet: C5, CB and C0. RGB value is (197,203,192). Sum of RGB (Red+Green+Blue) = 197+203+192=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBC0 is #3A343F. Grayscale: #C7C7C7. Windows color (decimal): -3814464 or 12635077. OLE color: 12635077.
HSL color Cylindrical-coordinate representation of color #C5CBC0: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CBC0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 203 | 192 | - |
CMYK | 0.03 | 0 | 0.05 | 0.20 |
HSL | 92.73º | 0.1% | 0.77% | - |
HSV(B) | 92.73º | 0.05% | 0.8% | - |
XYZ | 53.9 | 58.39 | 58.3 | - |
YUV | 199.95 | 123.51 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 203 | 192 | 0.03 | 0 | 0.05 | 0.20 | 92.73 | 0.1 | 0.77 |
Hex | C5 | CB | C0 | 3 | 0 | 5 | 14 | 5D | A | 4D |
Octal | 305 | 313 | 300 | 3 | 0 | 5 | 24 | 135 | 12 | 115 |
Binary | 11000101 | 11001011 | 11000000 | 11 | 0 | 101 | 10100 | 1011101 | 1010 | 1001101 |
Color Harmonies of #C5CBC0
Complementary color
Monochromatic Colors of #C5CBC0
Black with #C5CBC0
Text Example
Text Example
White with #C5CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBC0; }
p { color: rgb(197,203,192); }
H1.HeaderClassName
{
color: #C5CBC0;
}
.AnyTagClassName
{
color: #C5CBC0;
}
</style>
background-color css
<style>
a { background-color: #C5CBC0; }
a { background-color: rgb(197,203,192); }
div.DivClassName
{
background-color: #C5CBC0;
}
.BgClassName
{
background-color: #C5CBC0;
}
</style>
border-color css
<style>
span { border-color: #C5CBC0; }
span { border-color: rgb(197,203,192); }
td.TdClassName
{
border-color: #C5CBC0;
}
.TagClassName
{
border-color: #C5CBC0;
}
</style>