#C0C2BA

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

Shades of Harp #C0C2BA

Tints of Harp #C0C2BA

Color information

#C0C2BA (or 0xC0C2BA) is unknown color: approx Harp. HEX triplet: C0, C2 and BA. RGB value is (192,194,186). Sum of RGB (Red+Green+Blue) = 192+194+186=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2BA is #3F3D45. Grayscale: #C0C0C0. Windows color (decimal): -4144454 or 12239552. OLE color: 12239552.

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

Color convert

RGB192194186-
CMYK0.0100.040.24
HSL75º6.15%74.51%-
HSV(B)75º4.12%76.08%-
XYZ49.8953.3454.12-
YUV192.49124.34127.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=33.57%
G=33.92%
B=32.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941860.0100.040.24756.1574.51
HexC0C2BA104184b64b
Octal300302272104301136113
Binary110000001100001010111010101001100010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C2BA; }

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

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

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

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

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

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

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

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