Html Css Color HEX #C5729C Hopbush

📋 copy color: '#C5729C'

red 197 ◦ green 114 ◦ blue 156

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

Shades of Hopbush #C5729C

Tints of Hopbush #C5729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 42.18%
G = 24.41%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5729C (or 0xC5729C) is known color: Hopbush. HEX triplet: C5, 72 and 9C. RGB value is (197,114,156). Sum of RGB (Red+Green+Blue) = 197+114+156=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5729C is #3A8D63. Grayscale: #8F8F8F. Windows color (decimal): -3837284 or 10252997. OLE color: 10252997.

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

Color convert

RGB 197 114 156 -
CMYK 0 0.42 0.21 0.23
HSL 329.64º 0.42% 0.61% -
HSV(B) 329.64º 0.42% 0.77% -
XYZ 35.04 26.31 34.68 -
YUV 143.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 197 114 156 0 0.42 0.21 0.23 329.64 0.42 0.61
Hex C5 72 9C 0 2A 15 17 14A 2A 3D
Octal 305 162 234 0 52 25 27 512 52 75
Binary 11000101 1110010 10011100 0 101010 10101 10111 101001010 101010 111101

Color Harmonies of #C5729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5729C

Black with #C5729C

Text Example


Text Example

White with #C5729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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