Shades of Pumice #C4D2B7
Tints of Pumice #C4D2B7
RGB
CMYK
RGB Variations
Color information
#C4D2B7 (or 0xC4D2B7) is known color: Pumice. HEX triplet: C4, D2 and B7. RGB value is (196,210,183). Sum of RGB (Red+Green+Blue) = 196+210+183=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2B7 is #3B2D48. Grayscale: #CACACA. Windows color (decimal): -3878217 or 12047044. OLE color: 12047044.
HSL color Cylindrical-coordinate representation of color #C4D2B7: hue angle of 91.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4D2B7 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 210 | 183 | - |
CMYK | 0.07 | 0 | 0.13 | 0.18 |
HSL | 91.11º | 0.23% | 0.77% | - |
HSV(B) | 91.11º | 0.13% | 0.82% | - |
XYZ | 54.36 | 61.25 | 53.76 | - |
YUV | 202.74 | 116.86 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 210 | 183 | 0.07 | 0 | 0.13 | 0.18 | 91.11 | 0.23 | 0.77 |
Hex | C4 | D2 | B7 | 7 | 0 | D | 12 | 5B | 17 | 4D |
Octal | 304 | 322 | 267 | 7 | 0 | 15 | 22 | 133 | 27 | 115 |
Binary | 11000100 | 11010010 | 10110111 | 111 | 0 | 1101 | 10010 | 1011011 | 10111 | 1001101 |
Color Harmonies of #C4D2B7
Complementary color
Monochromatic Colors of #C4D2B7
Black with #C4D2B7
Text Example
Text Example
White with #C4D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2B7; }
p { color: rgb(196,210,183); }
H1.HeaderClassName
{
color: #C4D2B7;
}
.AnyTagClassName
{
color: #C4D2B7;
}
</style>
background-color css
<style>
a { background-color: #C4D2B7; }
a { background-color: rgb(196,210,183); }
div.DivClassName
{
background-color: #C4D2B7;
}
.BgClassName
{
background-color: #C4D2B7;
}
</style>
border-color css
<style>
span { border-color: #C4D2B7; }
span { border-color: rgb(196,210,183); }
td.TdClassName
{
border-color: #C4D2B7;
}
.TagClassName
{
border-color: #C4D2B7;
}
</style>