#C4CDBA

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

Shades of Pumice #C4CDBA

Tints of Pumice #C4CDBA

Color information

#C4CDBA (or 0xC4CDBA) is unknown color: approx Pumice. HEX triplet: C4, CD and BA. RGB value is (196,205,186). Sum of RGB (Red+Green+Blue) = 196+205+186=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDBA is #3B3245. Grayscale: #C8C8C8. Windows color (decimal): -3879494 or 12242372. OLE color: 12242372.

HSL color Cylindrical-coordinate representation of color #C4CDBA: hue angle of 88.42º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CDBA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB196205186-
CMYK0.0400.090.20
HSL88.42º15.97%76.67%-
HSV(B)88.42º9.27%80.39%-
XYZ53.4658.9455.01-
YUV200.14120.02125.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=33.39%
G=34.92%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051860.0400.090.2088.4215.9776.67
HexC4CDBA4091458104d
Octal30431527240112413020115
Binary11000100110011011011101010001001101001011000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDBA; }

 p { color: rgb(196,205,186); }

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

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

 a { background-color: rgb(196,205,186); }

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

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

 span { border-color: rgb(196,205,186); }

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