Html Css Color HEX #C574A1 Hopbush

📋 copy color: '#C574A1'

red 197 ◦ green 116 ◦ blue 161

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

Shades of Hopbush #C574A1

Tints of Hopbush #C574A1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 41.56%
G = 24.47%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C574A1 (or 0xC574A1) is known color: Hopbush. HEX triplet: C5, 74 and A1. RGB value is (197,116,161). Sum of RGB (Red+Green+Blue) = 197+116+161=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C574A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574A1 is #3A8B5E. Grayscale: #919191. Windows color (decimal): -3836767 or 10581189. OLE color: 10581189.

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

Color convert

RGB 197 116 161 -
CMYK 0 0.41 0.18 0.23
HSL 326.67º 0.41% 0.61% -
HSV(B) 326.67º 0.41% 0.77% -
XYZ 35.7 26.93 37.04 -
YUV 145.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 197 116 161 0 0.41 0.18 0.23 326.67 0.41 0.61
Hex C5 74 A1 0 29 12 17 147 29 3D
Octal 305 164 241 0 51 22 27 507 51 75
Binary 11000101 1110100 10100001 0 101001 10010 10111 101000111 101001 111101

Color Harmonies of #C574A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574A1

Black with #C574A1

Text Example


Text Example

White with #C574A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574A1; }

 p { color: rgb(197,116,161); }

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

background-color css

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

 a { background-color: rgb(197,116,161); }

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

border-color css

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

 span { border-color: rgb(197,116,161); }

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