#C881AF

Color #C881AF Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C881AF

Tints of Lily #C881AF

Color information

#C881AF (or 0xC881AF) is unknown color: approx Lily. HEX triplet: C8, 81 and AF. RGB value is (200,129,175). Sum of RGB (Red+Green+Blue) = 200+129+175=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C881AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881AF is #377E50. Grayscale: #9B9B9B. Windows color (decimal): -3636817 or 11502024. OLE color: 11502024.

HSL color Cylindrical-coordinate representation of color #C881AF: hue angle of 321.13º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C881AF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200129175-
CMYK00.360.120.22
HSL321.13º39.23%64.51%-
HSV(B)321.13º35.5%78.43%-
XYZ39.4131.0844.48-
YUV155.47139.02159.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=39.68%
G=25.60%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012917500.360.120.22321.1339.2364.51
HexC881AF024C161412741
Octal310201257044142650147101
Binary11001000100000011010111101001001100101101010000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881AF; }

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

 H1.HeaderClassName
 {
   color: #C881AF;
 }
 .AnyTagClassName
 {
   color: #C881AF;
 }
</style>
background-color css

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

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

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

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

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

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