#C56485

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

Shades of Hopbush #C56485

Tints of Hopbush #C56485

Color information

#C56485 (or 0xC56485) is unknown color: approx Hopbush. HEX triplet: C5, 64 and 85. RGB value is (197,100,133). Sum of RGB (Red+Green+Blue) = 197+100+133=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C56485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56485 is #3A9B7A. Grayscale: #848484. Windows color (decimal): -3840891 or 8742085. OLE color: 8742085.

HSL color Cylindrical-coordinate representation of color #C56485: hue angle of 339.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56485 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197100133-
CMYK00.490.320.23
HSL339.59º45.54%58.24%-
HSV(B)339.59º49.24%77.25%-
XYZ31.8222.6824.89-
YUV132.76128.14173.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=45.81%
G=23.26%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710013300.490.320.23339.5945.5458.24
HexC5648503120171542e3a
Octal30514420506140275245672
Binary11000101110010010000101011000110000010111101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56485; }

 p { color: rgb(197,100,133); }

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

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

 a { background-color: rgb(197,100,133); }

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

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

 span { border-color: rgb(197,100,133); }

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