Shades of Pumice #C1CBB7
Tints of Pumice #C1CBB7
RGB
CMYK
RGB Variations
Color information
#C1CBB7 (or 0xC1CBB7) is known color: Pumice. HEX triplet: C1, CB and B7. RGB value is (193,203,183). Sum of RGB (Red+Green+Blue) = 193+203+183=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBB7 is #3E3448. Grayscale: #C5C5C5. Windows color (decimal): -4076617 or 12045249. OLE color: 12045249.
HSL color Cylindrical-coordinate representation of color #C1CBB7: hue angle of 90º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CBB7 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 183 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.20 |
| HSL | 90º | 0.16% | 0.76% | - |
| HSV(B) | 90º | 0.1% | 0.8% | - |
| XYZ | 51.9 | 57.47 | 53.16 | - |
| YUV | 197.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 183 | 0.05 | 0 | 0.10 | 0.20 | 90 | 0.16 | 0.76 |
| Hex | C1 | CB | B7 | 5 | 0 | A | 14 | 5A | 10 | 4C |
| Octal | 301 | 313 | 267 | 5 | 0 | 12 | 24 | 132 | 20 | 114 |
| Binary | 11000001 | 11001011 | 10110111 | 101 | 0 | 1010 | 10100 | 1011010 | 10000 | 1001100 |
Color Harmonies of #C1CBB7
Complementary color
Monochromatic Colors of #C1CBB7
Black with #C1CBB7
Text Example
Text Example
White with #C1CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBB7; }
p { color: rgb(193,203,183); }
H1.HeaderClassName
{
color: #C1CBB7;
}
.AnyTagClassName
{
color: #C1CBB7;
}
</style>
background-color css
<style>
a { background-color: #C1CBB7; }
a { background-color: rgb(193,203,183); }
div.DivClassName
{
background-color: #C1CBB7;
}
.BgClassName
{
background-color: #C1CBB7;
}
</style>
border-color css
<style>
span { border-color: #C1CBB7; }
span { border-color: rgb(193,203,183); }
td.TdClassName
{
border-color: #C1CBB7;
}
.TagClassName
{
border-color: #C1CBB7;
}
</style>