Shades of Pumice #C2CCB7
Tints of Pumice #C2CCB7
RGB
CMYK
RGB Variations
Color information
#C2CCB7 (or 0xC2CCB7) is known color: Pumice. HEX triplet: C2, CC and B7. RGB value is (194,204,183). Sum of RGB (Red+Green+Blue) = 194+204+183=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCB7 is #3D3348. Grayscale: #C6C6C6. Windows color (decimal): -4010825 or 12045506. OLE color: 12045506.
HSL color Cylindrical-coordinate representation of color #C2CCB7: hue angle of 88.57º degrees, saturation: 0.17, 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 #C2CCB7 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 204 | 183 | - |
CMYK | 0.05 | 0 | 0.10 | 0.2 |
HSL | 88.57º | 0.17% | 0.76% | - |
HSV(B) | 88.57º | 0.1% | 0.8% | - |
XYZ | 52.39 | 58.07 | 53.25 | - |
YUV | 198.62 | 119.19 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 183 | 0.05 | 0 | 0.10 | 0.2 | 88.57 | 0.17 | 0.76 |
Hex | C2 | CC | B7 | 5 | 0 | A | 14 | 59 | 11 | 4C |
Octal | 302 | 314 | 267 | 5 | 0 | 12 | 24 | 131 | 21 | 114 |
Binary | 11000010 | 11001100 | 10110111 | 101 | 0 | 1010 | 10100 | 1011001 | 10001 | 1001100 |
Color Harmonies of #C2CCB7
Complementary color
Monochromatic Colors of #C2CCB7
Black with #C2CCB7
Text Example
Text Example
White with #C2CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCB7; }
p { color: rgb(194,204,183); }
H1.HeaderClassName
{
color: #C2CCB7;
}
.AnyTagClassName
{
color: #C2CCB7;
}
</style>
background-color css
<style>
a { background-color: #C2CCB7; }
a { background-color: rgb(194,204,183); }
div.DivClassName
{
background-color: #C2CCB7;
}
.BgClassName
{
background-color: #C2CCB7;
}
</style>
border-color css
<style>
span { border-color: #C2CCB7; }
span { border-color: rgb(194,204,183); }
td.TdClassName
{
border-color: #C2CCB7;
}
.TagClassName
{
border-color: #C2CCB7;
}
</style>