#C3CDBA

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

Shades of Pumice #C3CDBA

Tints of Pumice #C3CDBA

Color information

#C3CDBA (or 0xC3CDBA) is unknown color: approx Pumice. HEX triplet: C3, CD and BA. RGB value is (195,205,186). Sum of RGB (Red+Green+Blue) = 195+205+186=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDBA is #3C3245. Grayscale: #C7C7C7. Windows color (decimal): -3945030 or 12242371. OLE color: 12242371.

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

Color convert

RGB195205186-
CMYK0.0500.090.20
HSL91.58º15.97%76.67%-
HSV(B)91.58º9.27%80.39%-
XYZ53.258.8155-
YUV199.84120.19124.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=33.28%
G=34.98%
B=31.74%

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
Decimal1952051860.0500.090.2091.5815.9776.67
HexC3CDBA509145c104d
Octal30331527250112413420115
Binary11000011110011011011101010101001101001011100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDBA; }

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

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

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

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

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

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

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

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