#C0C7BA

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

Shades of Pumice #C0C7BA

Tints of Pumice #C0C7BA

Color information

#C0C7BA (or 0xC0C7BA) is unknown color: approx Pumice. HEX triplet: C0, C7 and BA. RGB value is (192,199,186). Sum of RGB (Red+Green+Blue) = 192+199+186=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7BA is #3F3845. Grayscale: #C3C3C3. Windows color (decimal): -4143174 or 12240832. OLE color: 12240832.

HSL color Cylindrical-coordinate representation of color #C0C7BA: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0C7BA is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB192199186-
CMYK0.0400.070.22
HSL92.31º10.4%75.49%-
HSV(B)92.31º6.53%78.04%-
XYZ51.0255.654.5-
YUV195.42122.68125.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=33.28%
G=34.49%
B=32.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921991860.0400.070.2292.3110.475.49
HexC0C7BA407165ca4b
Octal3003072724072613412113
Binary110000001100011110111010100011110110101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7BA; }

 p { color: rgb(192,199,186); }

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

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

 a { background-color: rgb(192,199,186); }

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

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

 span { border-color: rgb(192,199,186); }

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