#C4CABF

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

Shades of Pumice #C4CABF

Tints of Pumice #C4CABF

Color information

#C4CABF (or 0xC4CABF) is unknown color: approx Pumice. HEX triplet: C4, CA and BF. RGB value is (196,202,191). Sum of RGB (Red+Green+Blue) = 196+202+191=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABF is #3B3540. Grayscale: #C6C6C6. Windows color (decimal): -3880257 or 12569284. OLE color: 12569284.

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

Color convert

RGB196202191-
CMYK0.0300.050.21
HSL92.73º9.4%77.06%-
HSV(B)92.73º5.45%79.22%-
XYZ53.2957.7457.63-
YUV198.95123.51125.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 191 (75% from 255) = 32.43%
R=33.28%
G=34.30%
B=32.43%

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
Decimal1962021910.0300.050.2192.739.477.06
HexC4CABF305155d94d
Octal3043122773052513511115
Binary11000100110010101011111111010110101101110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CABF; }

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

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

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

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

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

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

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

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