#C3C9BF

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

Shades of Pumice #C3C9BF

Tints of Pumice #C3C9BF

Color information

#C3C9BF (or 0xC3C9BF) is unknown color: approx Pumice. HEX triplet: C3, C9 and BF. RGB value is (195,201,191). Sum of RGB (Red+Green+Blue) = 195+201+191=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9BF is #3C3640. Grayscale: #C6C6C6. Windows color (decimal): -3946049 or 12569027. OLE color: 12569027.

HSL color Cylindrical-coordinate representation of color #C3C9BF: hue angle of 96º 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 #C3C9BF is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB195201191-
CMYK0.0300.050.21
HSL96º8.47%76.86%-
HSV(B)96º4.98%78.82%-
XYZ52.857.1457.54-
YUV198.07124.01125.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 32.54%
R=33.22%
G=34.24%
B=32.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952011910.0300.050.21968.4776.86
HexC3C9BF305156084d
Octal3033112773052514010115
Binary11000011110010011011111111010110101110000010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C9BF; }

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

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

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

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

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

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

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

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