Html Css Color HEX #C5729D Hopbush

📋 copy color: '#C5729D'

red 197 ◦ green 114 ◦ blue 157

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

Shades of Hopbush #C5729D

Tints of Hopbush #C5729D

RGB

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

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

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

R = 42.09%
G = 24.36%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5729D (or 0xC5729D) is known color: Hopbush. HEX triplet: C5, 72 and 9D. RGB value is (197,114,157). Sum of RGB (Red+Green+Blue) = 197+114+157=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5729D is #3A8D62. Grayscale: #8F8F8F. Windows color (decimal): -3837283 or 10318533. OLE color: 10318533.

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

Color convert

RGB 197 114 157 -
CMYK 0 0.42 0.20 0.23
HSL 328.92º 0.42% 0.61% -
HSV(B) 328.92º 0.42% 0.77% -
XYZ 35.13 26.34 35.13 -
YUV 143.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 197 114 157 0 0.42 0.20 0.23 328.92 0.42 0.61
Hex C5 72 9D 0 2A 14 17 149 2A 3D
Octal 305 162 235 0 52 24 27 511 52 75
Binary 11000101 1110010 10011101 0 101010 10100 10111 101001001 101010 111101

Color Harmonies of #C5729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5729D

Black with #C5729D

Text Example


Text Example

White with #C5729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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