Html Css Color HEX #C5759D Hopbush

📋 copy color: '#C5759D'

red 197 ◦ green 117 ◦ blue 157

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

Shades of Hopbush #C5759D

Tints of Hopbush #C5759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 41.83%
G = 24.84%
B = 33.33%

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

#C5759D (or 0xC5759D) is known color: Hopbush. HEX triplet: C5, 75 and 9D. RGB value is (197,117,157). Sum of RGB (Red+Green+Blue) = 197+117+157=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5759D is #3A8A62. Grayscale: #919191. Windows color (decimal): -3836515 or 10319301. OLE color: 10319301.

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

Color convert

RGB 197 117 157 -
CMYK 0 0.41 0.20 0.23
HSL 330º 0.41% 0.62% -
HSV(B) 330º 0.41% 0.77% -
XYZ 35.47 27.03 35.25 -
YUV 145.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 197 117 157 0 0.41 0.20 0.23 330 0.41 0.62
Hex C5 75 9D 0 29 14 17 14A 29 3E
Octal 305 165 235 0 51 24 27 512 51 76
Binary 11000101 1110101 10011101 0 101001 10100 10111 101001010 101001 111110

Color Harmonies of #C5759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5759D

Black with #C5759D

Text Example


Text Example

White with #C5759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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