#C2CABA

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

Shades of Pumice #C2CABA

Tints of Pumice #C2CABA

Color information

#C2CABA (or 0xC2CABA) is unknown color: approx Pumice. HEX triplet: C2, CA and BA. RGB value is (194,202,186). Sum of RGB (Red+Green+Blue) = 194+202+186=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABA is #3D3545. Grayscale: #C5C5C5. Windows color (decimal): -4011334 or 12241602. OLE color: 12241602.

HSL color Cylindrical-coordinate representation of color #C2CABA: hue angle of 90º degrees, saturation: 0.13, 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 #C2CABA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB194202186-
CMYK0.0400.080.21
HSL90º13.11%76.08%-
HSV(B)90º7.92%79.22%-
XYZ52.2357.2654.75-
YUV197.78121.35125.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=33.33%
G=34.71%
B=31.96%

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
Decimal1942021860.0400.080.219013.1176.08
HexC2CABA408155ad4c
Octal30231227240102513215114
Binary1100001011001010101110101000100010101101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CABA; }

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

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

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

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

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

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

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

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