#C2CBB9

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

Shades of Pumice #C2CBB9

Tints of Pumice #C2CBB9

Color information

#C2CBB9 (or 0xC2CBB9) is unknown color: approx Pumice. HEX triplet: C2, CB and B9. RGB value is (194,203,185). Sum of RGB (Red+Green+Blue) = 194+203+185=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB9 is #3D3446. Grayscale: #C6C6C6. Windows color (decimal): -4011079 or 12176322. OLE color: 12176322.

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

Color convert

RGB194203185-
CMYK0.0400.090.20
HSL90º14.75%76.08%-
HSV(B)90º8.87%79.61%-
XYZ52.3657.6854.27-
YUV198.26120.52124.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=33.33%
G=34.88%
B=31.79%

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
Decimal1942031850.0400.090.209014.7576.08
HexC2CBB9409145af4c
Octal30231327140112413217114
Binary1100001011001011101110011000100110100101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBB9; }

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

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

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

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

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

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

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

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