#C3CEBA

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

Shades of Pumice #C3CEBA

Tints of Pumice #C3CEBA

Color information

#C3CEBA (or 0xC3CEBA) is unknown color: approx Pumice. HEX triplet: C3, CE and BA. RGB value is (195,206,186). Sum of RGB (Red+Green+Blue) = 195+206+186=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEBA is #3C3145. Grayscale: #C8C8C8. Windows color (decimal): -3944774 or 12242627. OLE color: 12242627.

HSL color Cylindrical-coordinate representation of color #C3CEBA: hue angle of 93º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CEBA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB195206186-
CMYK0.0500.100.19
HSL93º16.95%76.86%-
HSV(B)93º9.71%80.78%-
XYZ53.4459.2955.08-
YUV200.43119.86124.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=33.22%
G=35.09%
B=31.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061860.0500.100.199316.9576.86
HexC3CEBA50A135d114d
Octal30331627250122313521115
Binary11000011110011101011101010101010100111011101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEBA; }

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

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

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

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

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

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

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

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