#C2CAB9

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

Shades of Pumice #C2CAB9

Tints of Pumice #C2CAB9

Color information

#C2CAB9 (or 0xC2CAB9) is unknown color: approx Pumice. HEX triplet: C2, CA and B9. RGB value is (194,202,185). Sum of RGB (Red+Green+Blue) = 194+202+185=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB9 is #3D3546. Grayscale: #C5C5C5. Windows color (decimal): -4011335 or 12176066. OLE color: 12176066.

HSL color Cylindrical-coordinate representation of color #C2CAB9: hue angle of 88.24º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CAB9 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB194202185-
CMYK0.0400.080.21
HSL88.24º13.82%75.88%-
HSV(B)88.24º8.42%79.22%-
XYZ52.1357.2154.19-
YUV197.67120.85125.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=33.39%
G=34.77%
B=31.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021850.0400.080.2188.2413.8275.88
HexC2CAB94081558e4c
Octal30231227140102513016114
Binary1100001011001010101110011000100010101101100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAB9; }

 p { color: rgb(194,202,185); }

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

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

 a { background-color: rgb(194,202,185); }

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

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

 span { border-color: rgb(194,202,185); }

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