Html Css Color HEX #C280AC Lily

📋 copy color: '#C280AC'

red 194 ◦ green 128 ◦ blue 172

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

Shades of Lily #C280AC

Tints of Lily #C280AC

RGB

 RED value IS 194 (76.17% from 255) = 39.27%

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

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

R = 39.27%
G = 25.91%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C280AC (or 0xC280AC) is known color: Lily. HEX triplet: C2, 80 and AC. RGB value is (194,128,172). Sum of RGB (Red+Green+Blue) = 194+128+172=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C280AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280AC is #3D7F53. Grayscale: #989898. Windows color (decimal): -4030292 or 11305154. OLE color: 11305154.

HSL color Cylindrical-coordinate representation of color #C280AC: hue angle of 320º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280AC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 172 -
CMYK 0 0.34 0.11 0.24
HSL 320º 0.35% 0.63% -
HSV(B) 320º 0.34% 0.76% -
XYZ 37.41 29.89 42.83 -
YUV 152.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 194 128 172 0 0.34 0.11 0.24 320 0.35 0.63
Hex C2 80 AC 0 22 B 18 140 23 3F
Octal 302 200 254 0 42 13 30 500 43 77
Binary 11000010 10000000 10101100 0 100010 1011 11000 101000000 100011 111111

Color Harmonies of #C280AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280AC

Black with #C280AC

Text Example


Text Example

White with #C280AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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