#C2C5BB

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

Shades of Harp #C2C5BB

Tints of Harp #C2C5BB

Color information

#C2C5BB (or 0xC2C5BB) is unknown color: approx Harp. HEX triplet: C2, C5 and BB. RGB value is (194,197,187). Sum of RGB (Red+Green+Blue) = 194+197+187=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5BB is #3D3A44. Grayscale: #C2C2C2. Windows color (decimal): -4012613 or 12305858. OLE color: 12305858.

HSL color Cylindrical-coordinate representation of color #C2C5BB: hue angle of 78º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C5BB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB194197187-
CMYK0.0200.050.23
HSL78º7.94%75.29%-
HSV(B)78º5.08%77.25%-
XYZ51.1854.9954.93-
YUV194.96123.51127.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=33.56%
G=34.08%
B=32.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971870.0200.050.23787.9475.29
HexC2C5BB205174e84b
Octal3023052732052711610113
Binary11000010110001011011101110010110111100111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5BB; }

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

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

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

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

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

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

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

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