Html Css Color HEX #C580AC Lily

📋 copy color: '#C580AC'

red 197 ◦ green 128 ◦ blue 172

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

Shades of Lily #C580AC

Tints of Lily #C580AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 39.64%
G = 25.75%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C580AC (or 0xC580AC) is known color: Lily. HEX triplet: C5, 80 and AC. RGB value is (197,128,172). Sum of RGB (Red+Green+Blue) = 197+128+172=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C580AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580AC is #3A7F53. Grayscale: #999999. Windows color (decimal): -3833684 or 11305157. OLE color: 11305157.

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

Color convert

RGB 197 128 172 -
CMYK 0 0.35 0.13 0.23
HSL 321.74º 0.37% 0.64% -
HSV(B) 321.74º 0.35% 0.77% -
XYZ 38.19 30.29 42.86 -
YUV 153.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 197 128 172 0 0.35 0.13 0.23 321.74 0.37 0.64
Hex C5 80 AC 0 23 D 17 142 25 40
Octal 305 200 254 0 43 15 27 502 45 100
Binary 11000101 10000000 10101100 0 100011 1101 10111 101000010 100101 1000000

Color Harmonies of #C580AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580AC

Black with #C580AC

Text Example


Text Example

White with #C580AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580AC; }

 p { color: rgb(197,128,172); }

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

background-color css

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

 a { background-color: rgb(197,128,172); }

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

border-color css

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

 span { border-color: rgb(197,128,172); }

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