#C5628A

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

Shades of Hopbush #C5628A

Tints of Hopbush #C5628A

Color information

#C5628A (or 0xC5628A) is unknown color: approx Hopbush. HEX triplet: C5, 62 and 8A. RGB value is (197,98,138). Sum of RGB (Red+Green+Blue) = 197+98+138=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5628A is #3A9D75. Grayscale: #848484. Windows color (decimal): -3841398 or 9069253. OLE color: 9069253.

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

Color convert

RGB19798138-
CMYK00.500.300.23
HSL335.76º46.05%57.84%-
HSV(B)335.76º50.25%77.25%-
XYZ31.9822.4426.69-
YUV132.16131.3174.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=45.50%
G=22.63%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979813800.500.300.23335.7646.0557.84
HexC5628A0321E171502e3a
Octal30514221206236275205672
Binary1100010111000101000101001100101111010111101010000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5628A; }

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

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

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

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

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

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

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

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