#C0C3BE

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

Shades of Pumice #C0C3BE

Tints of Pumice #C0C3BE

Color information

#C0C3BE (or 0xC0C3BE) is unknown color: approx Pumice. HEX triplet: C0, C3 and BE. RGB value is (192,195,190). Sum of RGB (Red+Green+Blue) = 192+195+190=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3BE is #3F3C41. Grayscale: #C1C1C1. Windows color (decimal): -4144194 or 12501952. OLE color: 12501952.

HSL color Cylindrical-coordinate representation of color #C0C3BE: hue angle of 96º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0C3BE is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB192195190-
CMYK0.0200.030.24
HSL96º4%75.49%-
HSV(B)96º2.56%76.47%-
XYZ50.5553.9556.47-
YUV193.53126.01126.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=33.28%
G=33.80%
B=32.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951900.0200.030.2496475.49
HexC0C3BE203186044b
Octal300303276203301404113
Binary110000001100001110111110100111100011000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C3BE; }

 p { color: rgb(192,195,190); }

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

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

 a { background-color: rgb(192,195,190); }

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

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

 span { border-color: rgb(192,195,190); }

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