#C4C6B9

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

Shades of Harp #C4C6B9

Tints of Harp #C4C6B9

Color information

#C4C6B9 (or 0xC4C6B9) is unknown color: approx Harp. HEX triplet: C4, C6 and B9. RGB value is (196,198,185). Sum of RGB (Red+Green+Blue) = 196+198+185=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6B9 is #3B3946. Grayscale: #C3C3C3. Windows color (decimal): -3881287 or 12175044. OLE color: 12175044.

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

Color convert

RGB196198185-
CMYK0.0100.070.22
HSL69.23º10.24%75.1%-
HSV(B)69.23º6.57%77.65%-
XYZ51.7255.6353.91-
YUV195.92121.84128.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=33.85%
G=34.20%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961981850.0100.070.2269.2310.2475.1
HexC4C6B91071645a4b
Octal3043062711072610512113
Binary1100010011000110101110011011110110100010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C6B9; }

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

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

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

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

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

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

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

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