#C4C8BF

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

Shades of Pumice #C4C8BF

Tints of Pumice #C4C8BF

Color information

#C4C8BF (or 0xC4C8BF) is unknown color: approx Pumice. HEX triplet: C4, C8 and BF. RGB value is (196,200,191). Sum of RGB (Red+Green+Blue) = 196+200+191=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8BF is #3B3740. Grayscale: #C5C5C5. Windows color (decimal): -3880769 or 12568772. OLE color: 12568772.

HSL color Cylindrical-coordinate representation of color #C4C8BF: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C8BF is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB196200191-
CMYK0.0200.040.22
HSL86.67º7.56%76.67%-
HSV(B)86.67º4.5%78.43%-
XYZ52.8256.8157.47-
YUV197.78124.17126.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 191 (75% from 255) = 32.54%
R=33.39%
G=34.07%
B=32.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001910.0200.040.2286.677.5676.67
HexC4C8BF204165784d
Octal3043102772042612710115
Binary11000100110010001011111110010010110101011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C8BF; }

 p { color: rgb(196,200,191); }

 H1.HeaderClassName
 {
   color: #C4C8BF;
 }
 .AnyTagClassName
 {
   color: #C4C8BF;
 }
</style>
background-color css

<style>
 a { background-color: #C4C8BF; }

 a { background-color: rgb(196,200,191); }

 div.DivClassName
 {
   background-color: #C4C8BF;
 }
 .BgClassName
 {
   background-color: #C4C8BF;
 }
</style>
border-color css

<style>
 span { border-color: #C4C8BF; }

 span { border-color: rgb(196,200,191); }

 td.TdClassName
 {
   border-color: #C4C8BF;
 }
 .TagClassName
 {
   border-color: #C4C8BF;
 }
</style>