#C2C3BD

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

Shades of Harp #C2C3BD

Tints of Harp #C2C3BD

Color information

#C2C3BD (or 0xC2C3BD) is unknown color: approx Harp. HEX triplet: C2, C3 and BD. RGB value is (194,195,189). Sum of RGB (Red+Green+Blue) = 194+195+189=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3BD is #3D3C42. Grayscale: #C2C2C2. Windows color (decimal): -4013123 or 12436418. OLE color: 12436418.

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

Color convert

RGB194195189-
CMYK0.0100.030.24
HSL70º4.76%75.29%-
HSV(B)70º3.08%76.47%-
XYZ50.9554.1755.92-
YUV194.02125.17127.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=33.56%
G=33.74%
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.24
SystemRedGreenBlueCMYKHSL
Decimal1941951890.0100.030.24704.7675.29
HexC2C3BD103184654b
Octal302303275103301065113
Binary11000010110000111011110110111100010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3BD; }

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

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

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

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

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

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

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

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