#C2C6B9

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

Shades of Harp #C2C6B9

Tints of Harp #C2C6B9

Color information

#C2C6B9 (or 0xC2C6B9) is unknown color: approx Harp. HEX triplet: C2, C6 and B9. RGB value is (194,198,185). Sum of RGB (Red+Green+Blue) = 194+198+185=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6B9 is #3D3946. Grayscale: #C3C3C3. Windows color (decimal): -4012359 or 12175042. OLE color: 12175042.

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

Color convert

RGB194198185-
CMYK0.0200.070.22
HSL78.46º10.24%75.1%-
HSV(B)78.46º6.57%77.65%-
XYZ51.255.3653.89-
YUV195.32122.17127.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=33.62%
G=34.32%
B=32.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941981850.0200.070.2278.4610.2475.1
HexC2C6B9207164ea4b
Octal3023062712072611612113
Binary11000010110001101011100110011110110100111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C6B9; }

 p { color: rgb(194,198,185); }

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

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

 a { background-color: rgb(194,198,185); }

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

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

 span { border-color: rgb(194,198,185); }

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