#C3CABB

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

Shades of Pumice #C3CABB

Tints of Pumice #C3CABB

Color information

#C3CABB (or 0xC3CABB) is unknown color: approx Pumice. HEX triplet: C3, CA and BB. RGB value is (195,202,187). Sum of RGB (Red+Green+Blue) = 195+202+187=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CABB is #3C3544. Grayscale: #C6C6C6. Windows color (decimal): -3945797 or 12307139. OLE color: 12307139.

HSL color Cylindrical-coordinate representation of color #C3CABB: hue angle of 88º 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 #C3CABB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB195202187-
CMYK0.0300.070.21
HSL88º12.4%76.27%-
HSV(B)88º7.43%79.22%-
XYZ52.657.4355.33-
YUV198.2121.68125.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=33.39%
G=34.59%
B=32.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021870.0300.070.218812.476.27
HexC3CABB3071558c4c
Octal3033122733072513014114
Binary11000011110010101011101111011110101101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CABB; }

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

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

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

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

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

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

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

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