#C4D2B7

Color #C4D2B7 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #C4D2B7

Tints of Pumice #C4D2B7

Color information

#C4D2B7 (or 0xC4D2B7) is unknown color: approx 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

RGB196210183-
CMYK0.0700.130.18
HSL91.11º23.08%77.06%-
HSV(B)91.11º12.86%82.35%-
XYZ54.3661.2553.76-
YUV202.74116.86123.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=33.28%
G=35.65%
B=31.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962101830.0700.130.1891.1123.0877.06
HexC4D2B770D125b174d
Octal30432226770152213327115
Binary11000100110100101011011111101101100101011011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>