Html Css Color HEX #C5769D Hopbush

📋 copy color: '#C5769D'

red 197 ◦ green 118 ◦ blue 157

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

Shades of Hopbush #C5769D

Tints of Hopbush #C5769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25%

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

R = 41.74%
G = 25%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5769D (or 0xC5769D) is known color: Hopbush. HEX triplet: C5, 76 and 9D. RGB value is (197,118,157). Sum of RGB (Red+Green+Blue) = 197+118+157=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5769D is #3A8962. Grayscale: #919191. Windows color (decimal): -3836259 or 10319557. OLE color: 10319557.

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

Color convert

RGB 197 118 157 -
CMYK 0 0.40 0.20 0.23
HSL 330.38º 0.41% 0.62% -
HSV(B) 330.38º 0.4% 0.77% -
XYZ 35.59 27.26 35.28 -
YUV 146.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 197 118 157 0 0.40 0.20 0.23 330.38 0.41 0.62
Hex C5 76 9D 0 28 14 17 14A 29 3E
Octal 305 166 235 0 50 24 27 512 51 76
Binary 11000101 1110110 10011101 0 101000 10100 10111 101001010 101001 111110

Color Harmonies of #C5769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5769D

Black with #C5769D

Text Example


Text Example

White with #C5769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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