Html Css Color HEX #C561A5 Hopbush

📋 copy color: '#C561A5'

red 197 ◦ green 97 ◦ blue 165

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

Shades of Hopbush #C561A5

Tints of Hopbush #C561A5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 42.92%
G = 21.13%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C561A5 (or 0xC561A5) is known color: Hopbush. HEX triplet: C5, 61 and A5. RGB value is (197,97,165). Sum of RGB (Red+Green+Blue) = 197+97+165=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C561A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561A5 is #3A9E5A. Grayscale: #868686. Windows color (decimal): -3841627 or 10838469. OLE color: 10838469.

HSL color Cylindrical-coordinate representation of color #C561A5: hue angle of 319.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C561A5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 165 -
CMYK 0 0.51 0.16 0.23
HSL 319.2º 0.46% 0.58% -
HSV(B) 319.2º 0.51% 0.77% -
XYZ 34.09 23.14 38.27 -
YUV 134.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 197 97 165 0 0.51 0.16 0.23 319.2 0.46 0.58
Hex C5 61 A5 0 33 10 17 13F 2E 3A
Octal 305 141 245 0 63 20 27 477 56 72
Binary 11000101 1100001 10100101 0 110011 10000 10111 100111111 101110 111010

Color Harmonies of #C561A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561A5

Black with #C561A5

Text Example


Text Example

White with #C561A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561A5; }

 p { color: rgb(197,97,165); }

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

background-color css

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

 a { background-color: rgb(197,97,165); }

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

border-color css

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

 span { border-color: rgb(197,97,165); }

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