#C2CABB

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

Shades of Pumice #C2CABB

Tints of Pumice #C2CABB

Color information

#C2CABB (or 0xC2CABB) is unknown color: approx Pumice. HEX triplet: C2, CA and BB. RGB value is (194,202,187). Sum of RGB (Red+Green+Blue) = 194+202+187=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABB is #3D3544. Grayscale: #C5C5C5. Windows color (decimal): -4011333 or 12307138. OLE color: 12307138.

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

Color convert

RGB194202187-
CMYK0.0400.070.21
HSL92º12.4%76.27%-
HSV(B)92º7.43%79.22%-
XYZ52.3457.355.31-
YUV197.9121.85125.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=33.28%
G=34.65%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021870.0400.070.219212.476.27
HexC2CABB407155cc4c
Octal3023122734072513414114
Binary110000101100101010111011100011110101101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CABB; }

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

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

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

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

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

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

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

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