Shades of Pumice #C1CDB6
Tints of Pumice #C1CDB6
RGB
CMYK
RGB Variations
Color information
#C1CDB6 (or 0xC1CDB6) is known color: Pumice. HEX triplet: C1, CD and B6. RGB value is (193,205,182). Sum of RGB (Red+Green+Blue) = 193+205+182=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDB6 is #3E3249. Grayscale: #C6C6C6. Windows color (decimal): -4076106 or 11980225. OLE color: 11980225.
HSL color Cylindrical-coordinate representation of color #C1CDB6: hue angle of 91.3º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CDB6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 182 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.20 |
| HSL | 91.3º | 0.19% | 0.76% | - |
| HSV(B) | 91.3º | 0.11% | 0.8% | - |
| XYZ | 52.27 | 58.38 | 52.77 | - |
| YUV | 198.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 182 | 0.06 | 0 | 0.11 | 0.20 | 91.3 | 0.19 | 0.76 |
| Hex | C1 | CD | B6 | 6 | 0 | B | 14 | 5B | 13 | 4C |
| Octal | 301 | 315 | 266 | 6 | 0 | 13 | 24 | 133 | 23 | 114 |
| Binary | 11000001 | 11001101 | 10110110 | 110 | 0 | 1011 | 10100 | 1011011 | 10011 | 1001100 |
Color Harmonies of #C1CDB6
Complementary color
Monochromatic Colors of #C1CDB6
Black with #C1CDB6
Text Example
Text Example
White with #C1CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDB6; }
p { color: rgb(193,205,182); }
H1.HeaderClassName
{
color: #C1CDB6;
}
.AnyTagClassName
{
color: #C1CDB6;
}
</style>
background-color css
<style>
a { background-color: #C1CDB6; }
a { background-color: rgb(193,205,182); }
div.DivClassName
{
background-color: #C1CDB6;
}
.BgClassName
{
background-color: #C1CDB6;
}
</style>
border-color css
<style>
span { border-color: #C1CDB6; }
span { border-color: rgb(193,205,182); }
td.TdClassName
{
border-color: #C1CDB6;
}
.TagClassName
{
border-color: #C1CDB6;
}
</style>