#C4C5BD

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

Shades of Harp #C4C5BD

Tints of Harp #C4C5BD

Color information

#C4C5BD (or 0xC4C5BD) is unknown color: approx Harp. HEX triplet: C4, C5 and BD. RGB value is (196,197,189). Sum of RGB (Red+Green+Blue) = 196+197+189=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5BD is #3B3A42. Grayscale: #C3C3C3. Windows color (decimal): -3881539 or 12436932. OLE color: 12436932.

HSL color Cylindrical-coordinate representation of color #C4C5BD: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C5BD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196197189-
CMYK0.0100.040.23
HSL67.5º6.45%75.69%-
HSV(B)67.5º4.06%77.25%-
XYZ51.9255.3456.09-
YUV195.79124.17128.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=33.68%
G=33.85%
B=32.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961971890.0100.040.2367.56.4575.69
HexC4C5BD104174464c
Octal304305275104271046114
Binary110001001100010110111101101001011110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C5BD; }

 p { color: rgb(196,197,189); }

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

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

 a { background-color: rgb(196,197,189); }

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

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

 span { border-color: rgb(196,197,189); }

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