#C4C9BF

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

Shades of Pumice #C4C9BF

Tints of Pumice #C4C9BF

Color information

#C4C9BF (or 0xC4C9BF) is unknown color: approx Pumice. HEX triplet: C4, C9 and BF. RGB value is (196,201,191). Sum of RGB (Red+Green+Blue) = 196+201+191=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C9BF is #3B3640. Grayscale: #C6C6C6. Windows color (decimal): -3880513 or 12569028. OLE color: 12569028.

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

Color convert

RGB196201191-
CMYK0.0200.050.21
HSL90º8.47%76.86%-
HSV(B)90º4.98%78.82%-
XYZ53.0657.2757.55-
YUV198.36123.84126.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 32.48%
R=33.33%
G=34.18%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962011910.0200.050.21908.4776.86
HexC4C9BF205155a84d
Octal3043112772052513210115
Binary11000100110010011011111110010110101101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C9BF; }

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

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

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

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

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

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

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

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