Html Css Color HEX #C5759F Hopbush

📋 copy color: '#C5759F'

red 197 ◦ green 117 ◦ blue 159

#C5759F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C5759F

Tints of Hopbush #C5759F

RGB

 RED value IS 197 (77.34% from 255) = 41.65%

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 41.65%
G = 24.74%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5759F (or 0xC5759F) is known color: Hopbush. HEX triplet: C5, 75 and 9F. RGB value is (197,117,159). Sum of RGB (Red+Green+Blue) = 197+117+159=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5759F is #3A8A60. Grayscale: #919191. Windows color (decimal): -3836513 or 10450373. OLE color: 10450373.

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

Color convert

RGB 197 117 159 -
CMYK 0 0.41 0.19 0.23
HSL 328.5º 0.41% 0.62% -
HSV(B) 328.5º 0.41% 0.77% -
XYZ 35.65 27.1 36.15 -
YUV 145.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 197 117 159 0 0.41 0.19 0.23 328.5 0.41 0.62
Hex C5 75 9F 0 29 13 17 148 29 3E
Octal 305 165 237 0 51 23 27 510 51 76
Binary 11000101 1110101 10011111 0 101001 10011 10111 101001000 101001 111110

Color Harmonies of #C5759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5759F

Black with #C5759F

Text Example


Text Example

White with #C5759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5759F; }

 p { color: rgb(197,117,159); }

 H1.HeaderClassName
 {
   color: #C5759F;
 }
 .AnyTagClassName
 {
   color: #C5759F;
 }
</style>

background-color css

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

 a { background-color: rgb(197,117,159); }

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

border-color css

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

 span { border-color: rgb(197,117,159); }

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