Shades of Pumice #C5C6C4
Tints of Pumice #C5C6C4
RGB
CMYK
RGB Variations
Color information
#C5C6C4 (or 0xC5C6C4) is known color: Pumice. HEX triplet: C5, C6 and C4. RGB value is (197,198,196). Sum of RGB (Red+Green+Blue) = 197+198+196=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6C4 is #3A393B. Grayscale: #C5C5C5. Windows color (decimal): -3815740 or 12895941. OLE color: 12895941.
HSL color Cylindrical-coordinate representation of color #C5C6C4: hue angle of 90º degrees, saturation: 0.02, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C5C6C4 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 198 | 196 | - |
CMYK | 0.01 | 0 | 0.01 | 0.22 |
HSL | 90º | 0.02% | 0.77% | - |
HSV(B) | 90º | 0.01% | 0.78% | - |
XYZ | 53.18 | 56.24 | 60.28 | - |
YUV | 197.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 198 | 196 | 0.01 | 0 | 0.01 | 0.22 | 90 | 0.02 | 0.77 |
Hex | C5 | C6 | C4 | 1 | 0 | 1 | 16 | 5A | 2 | 4D |
Octal | 305 | 306 | 304 | 1 | 0 | 1 | 26 | 132 | 2 | 115 |
Binary | 11000101 | 11000110 | 11000100 | 1 | 0 | 1 | 10110 | 1011010 | 10 | 1001101 |
Color Harmonies of #C5C6C4
Complementary color
Monochromatic Colors of #C5C6C4
Black with #C5C6C4
Text Example
Text Example
White with #C5C6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6C4; }
p { color: rgb(197,198,196); }
H1.HeaderClassName
{
color: #C5C6C4;
}
.AnyTagClassName
{
color: #C5C6C4;
}
</style>
background-color css
<style>
a { background-color: #C5C6C4; }
a { background-color: rgb(197,198,196); }
div.DivClassName
{
background-color: #C5C6C4;
}
.BgClassName
{
background-color: #C5C6C4;
}
</style>
border-color css
<style>
span { border-color: #C5C6C4; }
span { border-color: rgb(197,198,196); }
td.TdClassName
{
border-color: #C5C6C4;
}
.TagClassName
{
border-color: #C5C6C4;
}
</style>