#C4C8B9

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

Shades of Harp #C4C8B9

Tints of Harp #C4C8B9

Color information

#C4C8B9 (or 0xC4C8B9) is unknown color: approx Harp. HEX triplet: C4, C8 and B9. RGB value is (196,200,185). Sum of RGB (Red+Green+Blue) = 196+200+185=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8B9 is #3B3746. Grayscale: #C5C5C5. Windows color (decimal): -3880775 or 12175556. OLE color: 12175556.

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

Color convert

RGB196200185-
CMYK0.0200.080.22
HSL76º12%75.49%-
HSV(B)76º7.5%78.43%-
XYZ52.1856.5554.06-
YUV197.09121.17127.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 200 (78.52% from 255) = 34.42%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=33.73%
G=34.42%
B=31.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001850.0200.080.22761275.49
HexC4C8B9208164cc4b
Octal30431027120102611414113
Binary110001001100100010111001100100010110100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C8B9; }

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

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

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

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

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

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

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

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