#C2C4BC

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

Shades of Harp #C2C4BC

Tints of Harp #C2C4BC

Color information

#C2C4BC (or 0xC2C4BC) is unknown color: approx Harp. HEX triplet: C2, C4 and BC. RGB value is (194,196,188). Sum of RGB (Red+Green+Blue) = 194+196+188=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4BC is #3D3B43. Grayscale: #C2C2C2. Windows color (decimal): -4012868 or 12371138. OLE color: 12371138.

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

Color convert

RGB194196188-
CMYK0.0100.040.23
HSL75º6.35%75.29%-
HSV(B)75º4.08%76.86%-
XYZ51.0754.5855.42-
YUV194.49124.34127.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=33.56%
G=33.91%
B=32.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941961880.0100.040.23756.3575.29
HexC2C4BC104174b64b
Octal302304274104271136113
Binary110000101100010010111100101001011110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C4BC; }

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

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

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

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

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

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

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

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