#C6C8B6

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

Shades of Harp #C6C8B6

Tints of Harp #C6C8B6

Color information

#C6C8B6 (or 0xC6C8B6) is unknown color: approx Harp. HEX triplet: C6, C8 and B6. RGB value is (198,200,182). Sum of RGB (Red+Green+Blue) = 198+200+182=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8B6 is #393749. Grayscale: #C5C5C5. Windows color (decimal): -3749706 or 11978950. OLE color: 11978950.

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

Color convert

RGB198200182-
CMYK0.0100.090.22
HSL66.67º14.06%74.9%-
HSV(B)66.67º9%78.43%-
XYZ52.3956.6952.44-
YUV197.35119.34128.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=34.14%
G=34.48%
B=31.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001820.0100.090.2266.6714.0674.9
HexC6C8B61091643e4b
Octal30631026610112610316113
Binary11000110110010001011011010100110110100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C8B6; }

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

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

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

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

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

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

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

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