#C2CDBA

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

Shades of Pumice #C2CDBA

Tints of Pumice #C2CDBA

Color information

#C2CDBA (or 0xC2CDBA) is unknown color: approx Pumice. HEX triplet: C2, CD and BA. RGB value is (194,205,186). Sum of RGB (Red+Green+Blue) = 194+205+186=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBA is #3D3245. Grayscale: #C7C7C7. Windows color (decimal): -4010566 or 12242370. OLE color: 12242370.

HSL color Cylindrical-coordinate representation of color #C2CDBA: hue angle of 94.74º 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 #C2CDBA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB194205186-
CMYK0.0500.090.20
HSL94.74º15.97%76.67%-
HSV(B)94.74º9.27%80.39%-
XYZ52.9458.6854.99-
YUV199.54120.36124.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=33.16%
G=35.04%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051860.0500.090.2094.7415.9776.67
HexC2CDBA509145f104d
Octal30231527250112413720115
Binary11000010110011011011101010101001101001011111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDBA; }

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

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

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

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

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

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

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

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