#C57297

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

Shades of Hopbush #C57297

Tints of Hopbush #C57297

Color information

#C57297 (or 0xC57297) is unknown color: approx Hopbush. HEX triplet: C5, 72 and 97. RGB value is (197,114,151). Sum of RGB (Red+Green+Blue) = 197+114+151=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C57297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57297 is #3A8D68. Grayscale: #8E8E8E. Windows color (decimal): -3837289 or 9925317. OLE color: 9925317.

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

Color convert

RGB197114151-
CMYK00.420.230.23
HSL333.25º41.71%60.98%-
HSV(B)333.25º42.13%77.25%-
XYZ34.6326.1432.5-
YUV143.04132.5166.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=42.64%
G=24.68%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711415100.420.230.23333.2541.7160.98
HexC5729702A171714d2a3d
Octal30516222705227275155275
Binary1100010111100101001011101010101011110111101001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57297; }

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

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

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

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

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

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

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

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