#C4CABD

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

Shades of Pumice #C4CABD

Tints of Pumice #C4CABD

Color information

#C4CABD (or 0xC4CABD) is unknown color: approx Pumice. HEX triplet: C4, CA and BD. RGB value is (196,202,189). Sum of RGB (Red+Green+Blue) = 196+202+189=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABD is #3B3542. Grayscale: #C6C6C6. Windows color (decimal): -3880259 or 12438212. OLE color: 12438212.

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

Color convert

RGB196202189-
CMYK0.0300.060.21
HSL87.69º10.92%76.67%-
HSV(B)87.69º6.44%79.22%-
XYZ53.0757.6556.47-
YUV198.72122.51126.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=33.39%
G=34.41%
B=32.20%

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
Decimal1962021890.0300.060.2187.6910.9276.67
HexC4CABD3061558b4d
Octal3043122753062513013115
Binary11000100110010101011110111011010101101100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CABD; }

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

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

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

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

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

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

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

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