Shades of Pumice #C5CDBD
Tints of Pumice #C5CDBD
RGB
CMYK
RGB Variations
Color information
#C5CDBD (or 0xC5CDBD) is known color: Pumice. HEX triplet: C5, CD and BD. RGB value is (197,205,189). Sum of RGB (Red+Green+Blue) = 197+205+189=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDBD is #3A3242. Grayscale: #C8C8C8. Windows color (decimal): -3813955 or 12438981. OLE color: 12438981.
HSL color Cylindrical-coordinate representation of color #C5CDBD: hue angle of 90º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CDBD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 189 | - |
CMYK | 0.04 | 0 | 0.08 | 0.20 |
HSL | 90º | 0.14% | 0.77% | - |
HSV(B) | 90º | 0.08% | 0.8% | - |
XYZ | 54.04 | 59.21 | 56.72 | - |
YUV | 200.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 189 | 0.04 | 0 | 0.08 | 0.20 | 90 | 0.14 | 0.77 |
Hex | C5 | CD | BD | 4 | 0 | 8 | 14 | 5A | E | 4D |
Octal | 305 | 315 | 275 | 4 | 0 | 10 | 24 | 132 | 16 | 115 |
Binary | 11000101 | 11001101 | 10111101 | 100 | 0 | 1000 | 10100 | 1011010 | 1110 | 1001101 |
Color Harmonies of #C5CDBD
Complementary color
Monochromatic Colors of #C5CDBD
Black with #C5CDBD
Text Example
Text Example
White with #C5CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDBD; }
p { color: rgb(197,205,189); }
H1.HeaderClassName
{
color: #C5CDBD;
}
.AnyTagClassName
{
color: #C5CDBD;
}
</style>
background-color css
<style>
a { background-color: #C5CDBD; }
a { background-color: rgb(197,205,189); }
div.DivClassName
{
background-color: #C5CDBD;
}
.BgClassName
{
background-color: #C5CDBD;
}
</style>
border-color css
<style>
span { border-color: #C5CDBD; }
span { border-color: rgb(197,205,189); }
td.TdClassName
{
border-color: #C5CDBD;
}
.TagClassName
{
border-color: #C5CDBD;
}
</style>