Html Css Color HEX #C880AA Lily

📋 copy color: '#C880AA'

red 200 ◦ green 128 ◦ blue 170

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

Shades of Lily #C880AA

Tints of Lily #C880AA

RGB

 RED value IS 200 (78.52% from 255) = 40.16%

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 40.16%
G = 25.7%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C880AA (or 0xC880AA) is known color: Lily. HEX triplet: C8, 80 and AA. RGB value is (200,128,170). Sum of RGB (Red+Green+Blue) = 200+128+170=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AA is #377F55. Grayscale: #9A9A9A. Windows color (decimal): -3637078 or 11174088. OLE color: 11174088.

HSL color Cylindrical-coordinate representation of color #C880AA: hue angle of 325º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880AA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 170 -
CMYK 0 0.36 0.15 0.22
HSL 325º 0.4% 0.64% -
HSV(B) 325º 0.36% 0.78% -
XYZ 38.79 30.62 41.9 -
YUV 154.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 200 128 170 0 0.36 0.15 0.22 325 0.4 0.64
Hex C8 80 AA 0 24 F 16 145 28 40
Octal 310 200 252 0 44 17 26 505 50 100
Binary 11001000 10000000 10101010 0 100100 1111 10110 101000101 101000 1000000

Color Harmonies of #C880AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880AA

Black with #C880AA

Text Example


Text Example

White with #C880AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880AA; }

 p { color: rgb(200,128,170); }

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

background-color css

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

 a { background-color: rgb(200,128,170); }

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

border-color css

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

 span { border-color: rgb(200,128,170); }

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