Html Css Color HEX #C5759A Hopbush

📋 copy color: '#C5759A'

red 197 ◦ green 117 ◦ blue 154

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

Shades of Hopbush #C5759A

Tints of Hopbush #C5759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 42.09%
G = 25%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5759A (or 0xC5759A) is known color: Hopbush. HEX triplet: C5, 75 and 9A. RGB value is (197,117,154). Sum of RGB (Red+Green+Blue) = 197+117+154=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5759A is #3A8A65. Grayscale: #919191. Windows color (decimal): -3836518 or 10122693. OLE color: 10122693.

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

Color convert

RGB 197 117 154 -
CMYK 0 0.41 0.22 0.23
HSL 332.25º 0.41% 0.62% -
HSV(B) 332.25º 0.41% 0.77% -
XYZ 35.22 26.93 33.91 -
YUV 145.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 197 117 154 0 0.41 0.22 0.23 332.25 0.41 0.62
Hex C5 75 9A 0 29 16 17 14C 29 3E
Octal 305 165 232 0 51 26 27 514 51 76
Binary 11000101 1110101 10011010 0 101001 10110 10111 101001100 101001 111110

Color Harmonies of #C5759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5759A

Black with #C5759A

Text Example


Text Example

White with #C5759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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