#C3C4BF

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

Shades of Harp #C3C4BF

Tints of Harp #C3C4BF

Color information

#C3C4BF (or 0xC3C4BF) is unknown color: approx Harp. HEX triplet: C3, C4 and BF. RGB value is (195,196,191). Sum of RGB (Red+Green+Blue) = 195+196+191=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4BF is #3C3B40. Grayscale: #C3C3C3. Windows color (decimal): -3947329 or 12567747. OLE color: 12567747.

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

Color convert

RGB195196191-
CMYK0.0100.030.23
HSL72º4.07%75.88%-
HSV(B)72º2.55%76.86%-
XYZ51.6554.8457.15-
YUV195.13125.67127.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 191 (75% from 255) = 32.82%
R=33.51%
G=33.68%
B=32.82%

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
Decimal1951961910.0100.030.23724.0775.88
HexC3C4BF103174844c
Octal303304277103271104114
Binary11000011110001001011111110111011110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C4BF; }

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

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

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

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

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

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

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

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