#C56297

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

Shades of Hopbush #C56297

Tints of Hopbush #C56297

Color information

#C56297 (or 0xC56297) is unknown color: approx Hopbush. HEX triplet: C5, 62 and 97. RGB value is (197,98,151). Sum of RGB (Red+Green+Blue) = 197+98+151=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C56297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56297 is #3A9D68. Grayscale: #858585. Windows color (decimal): -3841385 or 9921221. OLE color: 9921221.

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

Color convert

RGB19798151-
CMYK00.500.230.23
HSL327.88º46.05%57.84%-
HSV(B)327.88º50.25%77.25%-
XYZ32.9822.8431.95-
YUV133.64137.8173.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 151 (59.38% from 255) = 33.86%
R=44.17%
G=21.97%
B=33.86%

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
Decimal1979815100.500.230.23327.8846.0557.84
HexC5629703217171482e3a
Octal30514222706227275105672
Binary1100010111000101001011101100101011110111101001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56297; }

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

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

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

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

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

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

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

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