#C56399

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

Shades of Hopbush #C56399

Tints of Hopbush #C56399

Color information

#C56399 (or 0xC56399) is unknown color: approx Hopbush. HEX triplet: C5, 63 and 99. RGB value is (197,99,153). Sum of RGB (Red+Green+Blue) = 197+99+153=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56399 is #3A9C66. Grayscale: #868686. Windows color (decimal): -3841127 or 10052549. OLE color: 10052549.

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

Color convert

RGB19799153-
CMYK00.500.220.23
HSL326.94º45.79%58.04%-
HSV(B)326.94º49.75%77.25%-
XYZ33.2423.0932.84-
YUV134.46138.47172.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=43.88%
G=22.05%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979915300.500.220.23326.9445.7958.04
HexC5639903216171472e3a
Octal30514323106226275075672
Binary1100010111000111001100101100101011010111101000111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56399; }

 p { color: rgb(197,99,153); }

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

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

 a { background-color: rgb(197,99,153); }

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

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

 span { border-color: rgb(197,99,153); }

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