#C0C8BA

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

Shades of Pumice #C0C8BA

Tints of Pumice #C0C8BA

Color information

#C0C8BA (or 0xC0C8BA) is unknown color: approx Pumice. HEX triplet: C0, C8 and BA. RGB value is (192,200,186). Sum of RGB (Red+Green+Blue) = 192+200+186=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BA is #3F3745. Grayscale: #C4C4C4. Windows color (decimal): -4142918 or 12241088. OLE color: 12241088.

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

Color convert

RGB192200186-
CMYK0.0400.070.22
HSL94.29º11.29%75.69%-
HSV(B)94.29º7%78.43%-
XYZ51.2656.0654.57-
YUV196.01122.35125.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=33.22%
G=34.60%
B=32.18%

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
Decimal1922001860.0400.070.2294.2911.2975.69
HexC0C8BA407165eb4c
Octal3003102724072613613114
Binary110000001100100010111010100011110110101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8BA; }

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

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

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

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

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

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

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

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