Shades of Pumice #C1CCB6
Tints of Pumice #C1CCB6
RGB
CMYK
RGB Variations
Color information
#C1CCB6 (or 0xC1CCB6) is known color: Pumice. HEX triplet: C1, CC and B6. RGB value is (193,204,182). Sum of RGB (Red+Green+Blue) = 193+204+182=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCB6 is #3E3349. Grayscale: #C6C6C6. Windows color (decimal): -4076362 or 11979969. OLE color: 11979969.
HSL color Cylindrical-coordinate representation of color #C1CCB6: hue angle of 90º degrees, saturation: 0.18, 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 #C1CCB6 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 193 | 204 | 182 | - |
CMYK | 0.05 | 0 | 0.11 | 0.2 |
HSL | 90º | 0.18% | 0.76% | - |
HSV(B) | 90º | 0.11% | 0.8% | - |
XYZ | 52.03 | 57.9 | 52.69 | - |
YUV | 198.2 | 118.86 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 204 | 182 | 0.05 | 0 | 0.11 | 0.2 | 90 | 0.18 | 0.76 |
Hex | C1 | CC | B6 | 5 | 0 | B | 14 | 5A | 12 | 4C |
Octal | 301 | 314 | 266 | 5 | 0 | 13 | 24 | 132 | 22 | 114 |
Binary | 11000001 | 11001100 | 10110110 | 101 | 0 | 1011 | 10100 | 1011010 | 10010 | 1001100 |
Color Harmonies of #C1CCB6
Complementary color
Monochromatic Colors of #C1CCB6
Black with #C1CCB6
Text Example
Text Example
White with #C1CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCB6; }
p { color: rgb(193,204,182); }
H1.HeaderClassName
{
color: #C1CCB6;
}
.AnyTagClassName
{
color: #C1CCB6;
}
</style>
background-color css
<style>
a { background-color: #C1CCB6; }
a { background-color: rgb(193,204,182); }
div.DivClassName
{
background-color: #C1CCB6;
}
.BgClassName
{
background-color: #C1CCB6;
}
</style>
border-color css
<style>
span { border-color: #C1CCB6; }
span { border-color: rgb(193,204,182); }
td.TdClassName
{
border-color: #C1CCB6;
}
.TagClassName
{
border-color: #C1CCB6;
}
</style>