Html Css Color HEX #C880AF Lily

📋 copy color: '#C880AF'

red 200 ◦ green 128 ◦ blue 175

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

Shades of Lily #C880AF

Tints of Lily #C880AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 39.76%
G = 25.45%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C880AF (or 0xC880AF) is known color: Lily. HEX triplet: C8, 80 and AF. RGB value is (200,128,175). Sum of RGB (Red+Green+Blue) = 200+128+175=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AF is #377F50. Grayscale: #9A9A9A. Windows color (decimal): -3637073 or 11501768. OLE color: 11501768.

HSL color Cylindrical-coordinate representation of color #C880AF: hue angle of 320.83º 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 #C880AF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 175 -
CMYK 0 0.36 0.12 0.22
HSL 320.83º 0.4% 0.64% -
HSV(B) 320.83º 0.36% 0.78% -
XYZ 39.28 30.81 44.43 -
YUV 154.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 200 128 175 0 0.36 0.12 0.22 320.83 0.4 0.64
Hex C8 80 AF 0 24 C 16 141 28 40
Octal 310 200 257 0 44 14 26 501 50 100
Binary 11001000 10000000 10101111 0 100100 1100 10110 101000001 101000 1000000

Color Harmonies of #C880AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880AF

Black with #C880AF

Text Example


Text Example

White with #C880AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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