Shades of Pumice #C5CCBE
Tints of Pumice #C5CCBE
RGB
CMYK
RGB Variations
Color information
#C5CCBE (or 0xC5CCBE) is known color: Pumice. HEX triplet: C5, CC and BE. RGB value is (197,204,190). Sum of RGB (Red+Green+Blue) = 197+204+190=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBE is #3A3341. Grayscale: #C8C8C8. Windows color (decimal): -3814210 or 12504261. OLE color: 12504261.
HSL color Cylindrical-coordinate representation of color #C5CCBE: hue angle of 90º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CCBE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 204 | 190 | - |
CMYK | 0.03 | 0 | 0.07 | 0.2 |
HSL | 90º | 0.12% | 0.77% | - |
HSV(B) | 90º | 0.07% | 0.8% | - |
XYZ | 53.91 | 58.77 | 57.22 | - |
YUV | 200.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 190 | 0.03 | 0 | 0.07 | 0.2 | 90 | 0.12 | 0.77 |
Hex | C5 | CC | BE | 3 | 0 | 7 | 14 | 5A | C | 4D |
Octal | 305 | 314 | 276 | 3 | 0 | 7 | 24 | 132 | 14 | 115 |
Binary | 11000101 | 11001100 | 10111110 | 11 | 0 | 111 | 10100 | 1011010 | 1100 | 1001101 |
Color Harmonies of #C5CCBE
Complementary color
Monochromatic Colors of #C5CCBE
Black with #C5CCBE
Text Example
Text Example
White with #C5CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCBE; }
p { color: rgb(197,204,190); }
H1.HeaderClassName
{
color: #C5CCBE;
}
.AnyTagClassName
{
color: #C5CCBE;
}
</style>
background-color css
<style>
a { background-color: #C5CCBE; }
a { background-color: rgb(197,204,190); }
div.DivClassName
{
background-color: #C5CCBE;
}
.BgClassName
{
background-color: #C5CCBE;
}
</style>
border-color css
<style>
span { border-color: #C5CCBE; }
span { border-color: rgb(197,204,190); }
td.TdClassName
{
border-color: #C5CCBE;
}
.TagClassName
{
border-color: #C5CCBE;
}
</style>