Html Css Color HEX #C582A9 Lily

📋 copy color: '#C582A9'

red 197 ◦ green 130 ◦ blue 169

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

Shades of Lily #C582A9

Tints of Lily #C582A9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 39.72%
G = 26.21%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C582A9 (or 0xC582A9) is known color: Lily. HEX triplet: C5, 82 and A9. RGB value is (197,130,169). Sum of RGB (Red+Green+Blue) = 197+130+169=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A9 is #3A7D56. Grayscale: #9A9A9A. Windows color (decimal): -3833175 or 11109061. OLE color: 11109061.

HSL color Cylindrical-coordinate representation of color #C582A9: hue angle of 325.07º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582A9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 169 -
CMYK 0 0.34 0.14 0.23
HSL 325.07º 0.37% 0.64% -
HSV(B) 325.07º 0.34% 0.77% -
XYZ 38.17 30.7 41.45 -
YUV 154.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 197 130 169 0 0.34 0.14 0.23 325.07 0.37 0.64
Hex C5 82 A9 0 22 E 17 145 25 40
Octal 305 202 251 0 42 16 27 505 45 100
Binary 11000101 10000010 10101001 0 100010 1110 10111 101000101 100101 1000000

Color Harmonies of #C582A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582A9

Black with #C582A9

Text Example


Text Example

White with #C582A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582A9; }

 p { color: rgb(197,130,169); }

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

background-color css

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

 a { background-color: rgb(197,130,169); }

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

border-color css

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

 span { border-color: rgb(197,130,169); }

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