#C8C9C5

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

Shades of Harp #C8C9C5

Tints of Harp #C8C9C5

Color information

#C8C9C5 (or 0xC8C9C5) is unknown color: approx Harp. HEX triplet: C8, C9 and C5. RGB value is (200,201,197). Sum of RGB (Red+Green+Blue) = 200+201+197=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9C5 is #37363A. Grayscale: #C8C8C8. Windows color (decimal): -3618363 or 12962248. OLE color: 12962248.

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

Color convert

RGB200201197-
CMYK0.0000.020.21
HSL75º3.57%78.04%-
HSV(B)75º1.99%78.82%-
XYZ54.7858.0861.15-
YUV200.24126.17127.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 201 (78.91% from 255) = 33.61%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=33.44%
G=33.61%
B=32.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011970.0000.020.21753.5778.04
HexC8C9C5002154b44e
Octal310311305002251134116
Binary11001000110010011100010100101010110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9C5; }

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

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

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

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

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

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

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

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