#C6C8BA

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

Shades of Harp #C6C8BA

Tints of Harp #C6C8BA

Color information

#C6C8BA (or 0xC6C8BA) is unknown color: approx Harp. HEX triplet: C6, C8 and BA. RGB value is (198,200,186). Sum of RGB (Red+Green+Blue) = 198+200+186=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8BA is #393745. Grayscale: #C5C5C5. Windows color (decimal): -3749702 or 12241094. OLE color: 12241094.

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

Color convert

RGB198200186-
CMYK0.0100.070.22
HSL68.57º11.29%75.69%-
HSV(B)68.57º7%78.43%-
XYZ52.8156.8654.65-
YUV197.81121.34128.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=33.90%
G=34.25%
B=31.85%

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
Decimal1982001860.0100.070.2268.5711.2975.69
HexC6C8BA1071645b4c
Octal3063102721072610513114
Binary1100011011001000101110101011110110100010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C8BA; }

 p { color: rgb(198,200,186); }

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

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

 a { background-color: rgb(198,200,186); }

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

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

 span { border-color: rgb(198,200,186); }

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