#C4CABE

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

Shades of Pumice #C4CABE

Tints of Pumice #C4CABE

Color information

#C4CABE (or 0xC4CABE) is unknown color: approx Pumice. HEX triplet: C4, CA and BE. RGB value is (196,202,190). Sum of RGB (Red+Green+Blue) = 196+202+190=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABE is #3B3541. Grayscale: #C6C6C6. Windows color (decimal): -3880258 or 12503748. OLE color: 12503748.

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

Color convert

RGB196202190-
CMYK0.0300.060.21
HSL90º10.17%76.86%-
HSV(B)90º5.94%79.22%-
XYZ53.1857.6957.05-
YUV198.84123.01125.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=33.33%
G=34.35%
B=32.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021900.0300.060.219010.1776.86
HexC4CABE306155aa4d
Octal3043122763062513212115
Binary11000100110010101011111011011010101101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CABE; }

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

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

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

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

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

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

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

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