#C5728E

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

Shades of Hopbush #C5728E

Tints of Hopbush #C5728E

Color information

#C5728E (or 0xC5728E) is unknown color: approx Hopbush. HEX triplet: C5, 72 and 8E. RGB value is (197,114,142). Sum of RGB (Red+Green+Blue) = 197+114+142=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5728E is #3A8D71. Grayscale: #8D8D8D. Windows color (decimal): -3837298 or 9335493. OLE color: 9335493.

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

Color convert

RGB197114142-
CMYK00.420.280.23
HSL339.76º41.71%60.98%-
HSV(B)339.76º42.13%77.25%-
XYZ33.9325.8628.79-
YUV142.01128167.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=43.49%
G=25.17%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711414200.420.280.23339.7641.7160.98
HexC5728E02A1C171542a3d
Octal30516221605234275245275
Binary1100010111100101000111001010101110010111101010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5728E; }

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

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

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

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

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

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

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

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