#C57299

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

Shades of Hopbush #C57299

Tints of Hopbush #C57299

Color information

#C57299 (or 0xC57299) is unknown color: approx Hopbush. HEX triplet: C5, 72 and 99. RGB value is (197,114,153). Sum of RGB (Red+Green+Blue) = 197+114+153=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57299 is #3A8D66. Grayscale: #8F8F8F. Windows color (decimal): -3837287 or 10056389. OLE color: 10056389.

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

Color convert

RGB197114153-
CMYK00.420.220.23
HSL331.81º41.71%60.98%-
HSV(B)331.81º42.13%77.25%-
XYZ34.7926.233.36-
YUV143.26133.5166.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=42.46%
G=24.57%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711415300.420.220.23331.8141.7160.98
HexC5729902A161714c2a3d
Octal30516223105226275145275
Binary1100010111100101001100101010101011010111101001100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57299; }

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

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

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

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

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

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

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

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