Shades of Pumice #C5CBBF
Tints of Pumice #C5CBBF
RGB
CMYK
RGB Variations
Color information
#C5CBBF (or 0xC5CBBF) is known color: Pumice. HEX triplet: C5, CB and BF. RGB value is (197,203,191). Sum of RGB (Red+Green+Blue) = 197+203+191=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBF is #3A3440. Grayscale: #C7C7C7. Windows color (decimal): -3814465 or 12569541. OLE color: 12569541.
HSL color Cylindrical-coordinate representation of color #C5CBBF: hue angle of 90º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5CBBF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 191 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.20 |
| HSL | 90º | 0.1% | 0.77% | - |
| HSV(B) | 90º | 0.06% | 0.8% | - |
| XYZ | 53.79 | 58.34 | 57.72 | - |
| YUV | 199.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 191 | 0.03 | 0 | 0.06 | 0.20 | 90 | 0.1 | 0.77 |
| Hex | C5 | CB | BF | 3 | 0 | 6 | 14 | 5A | A | 4D |
| Octal | 305 | 313 | 277 | 3 | 0 | 6 | 24 | 132 | 12 | 115 |
| Binary | 11000101 | 11001011 | 10111111 | 11 | 0 | 110 | 10100 | 1011010 | 1010 | 1001101 |
Color Harmonies of #C5CBBF
Complementary color
Monochromatic Colors of #C5CBBF
Black with #C5CBBF
Text Example
Text Example
White with #C5CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBBF; }
p { color: rgb(197,203,191); }
H1.HeaderClassName
{
color: #C5CBBF;
}
.AnyTagClassName
{
color: #C5CBBF;
}
</style>
background-color css
<style>
a { background-color: #C5CBBF; }
a { background-color: rgb(197,203,191); }
div.DivClassName
{
background-color: #C5CBBF;
}
.BgClassName
{
background-color: #C5CBBF;
}
</style>
border-color css
<style>
span { border-color: #C5CBBF; }
span { border-color: rgb(197,203,191); }
td.TdClassName
{
border-color: #C5CBBF;
}
.TagClassName
{
border-color: #C5CBBF;
}
</style>