#C4C5BB

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

Shades of Harp #C4C5BB

Tints of Harp #C4C5BB

Color information

#C4C5BB (or 0xC4C5BB) is unknown color: approx Harp. HEX triplet: C4, C5 and BB. RGB value is (196,197,187). Sum of RGB (Red+Green+Blue) = 196+197+187=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5BB is #3B3A44. Grayscale: #C3C3C3. Windows color (decimal): -3881541 or 12305860. OLE color: 12305860.

HSL color Cylindrical-coordinate representation of color #C4C5BB: hue angle of 66º 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 #C4C5BB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196197187-
CMYK0.0100.050.23
HSL66º7.94%75.29%-
HSV(B)66º5.08%77.25%-
XYZ51.755.2654.95-
YUV195.56123.17128.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=33.79%
G=33.97%
B=32.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961971870.0100.050.23667.9475.29
HexC4C5BB105174284b
Octal3043052731052710210113
Binary1100010011000101101110111010110111100001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C5BB; }

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

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

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

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

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

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

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

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