#C2C5BA

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

Shades of Harp #C2C5BA

Tints of Harp #C2C5BA

Color information

#C2C5BA (or 0xC2C5BA) is unknown color: approx Harp. HEX triplet: C2, C5 and BA. RGB value is (194,197,186). Sum of RGB (Red+Green+Blue) = 194+197+186=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5BA is #3D3A45. Grayscale: #C2C2C2. Windows color (decimal): -4012614 or 12240322. OLE color: 12240322.

HSL color Cylindrical-coordinate representation of color #C2C5BA: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2C5BA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB194197186-
CMYK0.0200.060.23
HSL76.36º8.66%75.1%-
HSV(B)76.36º5.58%77.25%-
XYZ51.0854.9554.37-
YUV194.85123.01127.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=33.62%
G=34.14%
B=32.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971860.0200.060.2376.368.6675.1
HexC2C5BA206174c94b
Octal3023052722062711411113
Binary11000010110001011011101010011010111100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5BA; }

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

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

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

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

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

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

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

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