#C5769D

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

Shades of Hopbush #C5769D

Tints of Hopbush #C5769D

Color information

#C5769D (or 0xC5769D) is unknown color: approx Hopbush. HEX triplet: C5, 76 and 9D. RGB value is (197,118,157). Sum of RGB (Red+Green+Blue) = 197+118+157=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5769D is #3A8962. Grayscale: #919191. Windows color (decimal): -3836259 or 10319557. OLE color: 10319557.

HSL color Cylindrical-coordinate representation of color #C5769D: hue angle of 330.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5769D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197118157-
CMYK00.400.200.23
HSL330.38º40.51%61.76%-
HSV(B)330.38º40.1%77.25%-
XYZ35.5927.2635.28-
YUV146.07134.17164.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=41.74%
G=25%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711815700.400.200.23330.3840.5161.76
HexC5769D028141714a293e
Octal30516623505024275125176
Binary1100010111101101001110101010001010010111101001010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5769D; }

 p { color: rgb(197,118,157); }

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

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

 a { background-color: rgb(197,118,157); }

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

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

 span { border-color: rgb(197,118,157); }

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