#C2C4BE

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

Shades of Harp #C2C4BE

Tints of Harp #C2C4BE

Color information

#C2C4BE (or 0xC2C4BE) is unknown color: approx Harp. HEX triplet: C2, C4 and BE. RGB value is (194,196,190). Sum of RGB (Red+Green+Blue) = 194+196+190=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4BE is #3D3B41. Grayscale: #C2C2C2. Windows color (decimal): -4012866 or 12502210. OLE color: 12502210.

HSL color Cylindrical-coordinate representation of color #C2C4BE: hue angle of 80º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2C4BE is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB194196190-
CMYK0.0100.030.23
HSL80º4.84%75.69%-
HSV(B)80º3.06%76.86%-
XYZ51.2854.6756.56-
YUV194.72125.34127.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=33.45%
G=33.79%
B=32.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941961900.0100.030.23804.8475.69
HexC2C4BE103175054c
Octal302304276103271205114
Binary11000010110001001011111010111011110100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C4BE; }

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

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

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

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

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

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

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

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