Html Css Color HEX #C5759E Hopbush

📋 copy color: '#C5759E'

red 197 ◦ green 117 ◦ blue 158

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

Shades of Hopbush #C5759E

Tints of Hopbush #C5759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 41.74%
G = 24.79%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5759E (or 0xC5759E) is known color: Hopbush. HEX triplet: C5, 75 and 9E. RGB value is (197,117,158). Sum of RGB (Red+Green+Blue) = 197+117+158=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5759E is #3A8A61. Grayscale: #919191. Windows color (decimal): -3836514 or 10384837. OLE color: 10384837.

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

Color convert

RGB 197 117 158 -
CMYK 0 0.41 0.20 0.23
HSL 329.25º 0.41% 0.62% -
HSV(B) 329.25º 0.41% 0.77% -
XYZ 35.56 27.06 35.7 -
YUV 145.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 197 117 158 0 0.41 0.20 0.23 329.25 0.41 0.62
Hex C5 75 9E 0 29 14 17 149 29 3E
Octal 305 165 236 0 51 24 27 511 51 76
Binary 11000101 1110101 10011110 0 101001 10100 10111 101001001 101001 111110

Color Harmonies of #C5759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5759E

Black with #C5759E

Text Example


Text Example

White with #C5759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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