#C3CCBA

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

Shades of Pumice #C3CCBA

Tints of Pumice #C3CCBA

Color information

#C3CCBA (or 0xC3CCBA) is unknown color: approx Pumice. HEX triplet: C3, CC and BA. RGB value is (195,204,186). Sum of RGB (Red+Green+Blue) = 195+204+186=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBA is #3C3345. Grayscale: #C7C7C7. Windows color (decimal): -3945286 or 12242115. OLE color: 12242115.

HSL color Cylindrical-coordinate representation of color #C3CCBA: 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 #C3CCBA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB195204186-
CMYK0.0400.090.2
HSL90º15%76.47%-
HSV(B)90º8.82%80%-
XYZ52.9658.3354.92-
YUV199.26120.52124.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=33.33%
G=34.87%
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.2
SystemRedGreenBlueCMYKHSL
Decimal1952041860.0400.090.2901576.47
HexC3CCBA409145af4c
Octal30331427240112413217114
Binary1100001111001100101110101000100110100101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCBA; }

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

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

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

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

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

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

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

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