#C3C4BE

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

Shades of Harp #C3C4BE

Tints of Harp #C3C4BE

Color information

#C3C4BE (or 0xC3C4BE) is unknown color: approx Harp. HEX triplet: C3, C4 and BE. RGB value is (195,196,190). Sum of RGB (Red+Green+Blue) = 195+196+190=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4BE is #3C3B41. Grayscale: #C3C3C3. Windows color (decimal): -3947330 or 12502211. OLE color: 12502211.

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

Color convert

RGB195196190-
CMYK0.0100.030.23
HSL70º4.84%75.69%-
HSV(B)70º3.06%76.86%-
XYZ51.5454.856.58-
YUV195.02125.17127.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=33.56%
G=33.73%
B=32.70%

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
Decimal1951961900.0100.030.23704.8475.69
HexC3C4BE103174654c
Octal303304276103271065114
Binary11000011110001001011111010111011110001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C4BE; }

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

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

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

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

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

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

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

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