#C4C6BF

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

Shades of Harp #C4C6BF

Tints of Harp #C4C6BF

Color information

#C4C6BF (or 0xC4C6BF) is unknown color: approx Harp. HEX triplet: C4, C6 and BF. RGB value is (196,198,191). Sum of RGB (Red+Green+Blue) = 196+198+191=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6BF is #3B3940. Grayscale: #C4C4C4. Windows color (decimal): -3881281 or 12568260. OLE color: 12568260.

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

Color convert

RGB196198191-
CMYK0.0100.040.22
HSL77.14º5.79%76.27%-
HSV(B)77.14º3.54%77.65%-
XYZ52.3655.8957.32-
YUV196.6124.84127.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 191 (75% from 255) = 32.65%
R=33.50%
G=33.85%
B=32.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961981910.0100.040.2277.145.7976.27
HexC4C6BF104164d64c
Octal304306277104261156114
Binary110001001100011010111111101001011010011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C6BF; }

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

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

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

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

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

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

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

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