#C7C8C5

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

Shades of Harp #C7C8C5

Tints of Harp #C7C8C5

Color information

#C7C8C5 (or 0xC7C8C5) is unknown color: approx Harp. HEX triplet: C7, C8 and C5. RGB value is (199,200,197). Sum of RGB (Red+Green+Blue) = 199+200+197=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8C5 is #38373A. Grayscale: #C7C7C7. Windows color (decimal): -3684155 or 12961991. OLE color: 12961991.

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

Color convert

RGB199200197-
CMYK0.0000.020.22
HSL80º2.65%77.84%-
HSV(B)80º1.5%78.43%-
XYZ54.2957.4861.06-
YUV199.36126.67127.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=33.39%
G=33.56%
B=33.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001970.0000.020.22802.6577.84
HexC7C8C5002165034e
Octal307310305002261203116
Binary1100011111001000110001010010101101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8C5; }

 p { color: rgb(199,200,197); }

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

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

 a { background-color: rgb(199,200,197); }

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

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

 span { border-color: rgb(199,200,197); }

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