Html Css Color HEX #C5759C Hopbush

📋 copy color: '#C5759C'

red 197 ◦ green 117 ◦ blue 156

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

Shades of Hopbush #C5759C

Tints of Hopbush #C5759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 41.91%
G = 24.89%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5759C (or 0xC5759C) is known color: Hopbush. HEX triplet: C5, 75 and 9C. RGB value is (197,117,156). Sum of RGB (Red+Green+Blue) = 197+117+156=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5759C is #3A8A63. Grayscale: #919191. Windows color (decimal): -3836516 or 10253765. OLE color: 10253765.

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

Color convert

RGB 197 117 156 -
CMYK 0 0.41 0.21 0.23
HSL 330.75º 0.41% 0.62% -
HSV(B) 330.75º 0.41% 0.77% -
XYZ 35.39 26.99 34.8 -
YUV 145.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 197 117 156 0 0.41 0.21 0.23 330.75 0.41 0.62
Hex C5 75 9C 0 29 15 17 14B 29 3E
Octal 305 165 234 0 51 25 27 513 51 76
Binary 11000101 1110101 10011100 0 101001 10101 10111 101001011 101001 111110

Color Harmonies of #C5759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5759C

Black with #C5759C

Text Example


Text Example

White with #C5759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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