#C5C9BB

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

Shades of Harp #C5C9BB

Tints of Harp #C5C9BB

Color information

#C5C9BB (or 0xC5C9BB) is unknown color: approx Harp. HEX triplet: C5, C9 and BB. RGB value is (197,201,187). Sum of RGB (Red+Green+Blue) = 197+201+187=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9BB is #3A3644. Grayscale: #C6C6C6. Windows color (decimal): -3814981 or 12306885. OLE color: 12306885.

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

Color convert

RGB197201187-
CMYK0.0200.070.21
HSL77.14º11.48%76.08%-
HSV(B)77.14º6.97%78.82%-
XYZ52.8857.2355.27-
YUV198.21121.67127.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=33.68%
G=34.36%
B=31.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972011870.0200.070.2177.1411.4876.08
HexC5C9BB207154db4c
Octal3053112732072511513114
Binary11000101110010011011101110011110101100110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C9BB; }

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

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

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

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

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

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

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

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