Shades of Pumice #C5CCBD
Tints of Pumice #C5CCBD
RGB
CMYK
RGB Variations
Color information
#C5CCBD (or 0xC5CCBD) is known color: Pumice. HEX triplet: C5, CC and BD. RGB value is (197,204,189). Sum of RGB (Red+Green+Blue) = 197+204+189=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBD is #3A3342. Grayscale: #C8C8C8. Windows color (decimal): -3814211 or 12438725. OLE color: 12438725.
HSL color Cylindrical-coordinate representation of color #C5CCBD: hue angle of 88º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CCBD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 189 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.2 |
| HSL | 88º | 0.13% | 0.77% | - |
| HSV(B) | 88º | 0.07% | 0.8% | - |
| XYZ | 53.8 | 58.73 | 56.64 | - |
| YUV | 200.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 189 | 0.03 | 0 | 0.07 | 0.2 | 88 | 0.13 | 0.77 |
| Hex | C5 | CC | BD | 3 | 0 | 7 | 14 | 58 | D | 4D |
| Octal | 305 | 314 | 275 | 3 | 0 | 7 | 24 | 130 | 15 | 115 |
| Binary | 11000101 | 11001100 | 10111101 | 11 | 0 | 111 | 10100 | 1011000 | 1101 | 1001101 |
Color Harmonies of #C5CCBD
Complementary color
Monochromatic Colors of #C5CCBD
Black with #C5CCBD
Text Example
Text Example
White with #C5CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCBD; }
p { color: rgb(197,204,189); }
H1.HeaderClassName
{
color: #C5CCBD;
}
.AnyTagClassName
{
color: #C5CCBD;
}
</style>
background-color css
<style>
a { background-color: #C5CCBD; }
a { background-color: rgb(197,204,189); }
div.DivClassName
{
background-color: #C5CCBD;
}
.BgClassName
{
background-color: #C5CCBD;
}
</style>
border-color css
<style>
span { border-color: #C5CCBD; }
span { border-color: rgb(197,204,189); }
td.TdClassName
{
border-color: #C5CCBD;
}
.TagClassName
{
border-color: #C5CCBD;
}
</style>