#C56298

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

Shades of Hopbush #C56298

Tints of Hopbush #C56298

Color information

#C56298 (or 0xC56298) is unknown color: approx Hopbush. HEX triplet: C5, 62 and 98. RGB value is (197,98,152). Sum of RGB (Red+Green+Blue) = 197+98+152=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56298 is #3A9D67. Grayscale: #858585. Windows color (decimal): -3841384 or 9986757. OLE color: 9986757.

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

Color convert

RGB19798152-
CMYK00.500.230.23
HSL327.27º46.05%57.84%-
HSV(B)327.27º50.25%77.25%-
XYZ33.0622.8732.38-
YUV133.76138.3173.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=44.07%
G=21.92%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979815200.500.230.23327.2746.0557.84
HexC5629803217171472e3a
Octal30514223006227275075672
Binary1100010111000101001100001100101011110111101000111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56298; }

 p { color: rgb(197,98,152); }

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

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

 a { background-color: rgb(197,98,152); }

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

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

 span { border-color: rgb(197,98,152); }

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