Html Css Color HEX #C5719B Hopbush

📋 copy color: '#C5719B'

red 197 ◦ green 113 ◦ blue 155

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

Shades of Hopbush #C5719B

Tints of Hopbush #C5719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 42.37%
G = 24.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5719B (or 0xC5719B) is known color: Hopbush. HEX triplet: C5, 71 and 9B. RGB value is (197,113,155). Sum of RGB (Red+Green+Blue) = 197+113+155=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5719B is #3A8E64. Grayscale: #8E8E8E. Windows color (decimal): -3837541 or 10187205. OLE color: 10187205.

HSL color Cylindrical-coordinate representation of color #C5719B: hue angle of 330º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5719B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 155 -
CMYK 0 0.43 0.21 0.23
HSL 330º 0.42% 0.61% -
HSV(B) 330º 0.43% 0.77% -
XYZ 34.85 26.05 34.2 -
YUV 142.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 197 113 155 0 0.43 0.21 0.23 330 0.42 0.61
Hex C5 71 9B 0 2B 15 17 14A 2A 3D
Octal 305 161 233 0 53 25 27 512 52 75
Binary 11000101 1110001 10011011 0 101011 10101 10111 101001010 101010 111101

Color Harmonies of #C5719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5719B

Black with #C5719B

Text Example


Text Example

White with #C5719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5719B; }

 p { color: rgb(197,113,155); }

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

background-color css

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

 a { background-color: rgb(197,113,155); }

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

border-color css

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

 span { border-color: rgb(197,113,155); }

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