Html Css Color HEX #CA80AC Lily

📋 copy color: '#CA80AC'

red 202 ◦ green 128 ◦ blue 172

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

Shades of Lily #CA80AC

Tints of Lily #CA80AC

RGB

 RED value IS 202 (79.3% from 255) = 40.24%

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

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

R = 40.24%
G = 25.5%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA80AC (or 0xCA80AC) is known color: Lily. HEX triplet: CA, 80 and AC. RGB value is (202,128,172). Sum of RGB (Red+Green+Blue) = 202+128+172=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AC is #357F53. Grayscale: #9B9B9B. Windows color (decimal): -3506004 or 11305162. OLE color: 11305162.

HSL color Cylindrical-coordinate representation of color #CA80AC: hue angle of 324.32º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80AC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 172 -
CMYK 0 0.37 0.15 0.21
HSL 324.32º 0.41% 0.65% -
HSV(B) 324.32º 0.37% 0.79% -
XYZ 39.52 30.97 42.93 -
YUV 155.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 202 128 172 0 0.37 0.15 0.21 324.32 0.41 0.65
Hex CA 80 AC 0 25 F 15 144 29 41
Octal 312 200 254 0 45 17 25 504 51 101
Binary 11001010 10000000 10101100 0 100101 1111 10101 101000100 101001 1000001

Color Harmonies of #CA80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80AC

Black with #CA80AC

Text Example


Text Example

White with #CA80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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