#C2C3BE

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

Shades of Harp #C2C3BE

Tints of Harp #C2C3BE

Color information

#C2C3BE (or 0xC2C3BE) is unknown color: approx Harp. HEX triplet: C2, C3 and BE. RGB value is (194,195,190). Sum of RGB (Red+Green+Blue) = 194+195+190=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3BE is #3D3C41. Grayscale: #C2C2C2. Windows color (decimal): -4013122 or 12501954. OLE color: 12501954.

HSL color Cylindrical-coordinate representation of color #C2C3BE: hue angle of 72º 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 #C2C3BE is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194195190-
CMYK0.0100.030.24
HSL72º4%75.49%-
HSV(B)72º2.56%76.47%-
XYZ51.0654.2256.49-
YUV194.13125.67127.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=33.51%
G=33.68%
B=32.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951900.0100.030.2472475.49
HexC2C3BE103184844b
Octal302303276103301104113
Binary11000010110000111011111010111100010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3BE; }

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

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

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

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

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

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

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

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