#C883AE

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

Shades of Lily #C883AE

Tints of Lily #C883AE

Color information

#C883AE (or 0xC883AE) is unknown color: approx Lily. HEX triplet: C8, 83 and AE. RGB value is (200,131,174). Sum of RGB (Red+Green+Blue) = 200+131+174=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C883AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883AE is #377C51. Grayscale: #9C9C9C. Windows color (decimal): -3636306 or 11437000. OLE color: 11437000.

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

Color convert

RGB200131174-
CMYK00.340.130.22
HSL322.61º38.55%64.9%-
HSV(B)322.61º34.5%78.43%-
XYZ39.5831.5744.05-
YUV156.53137.86159-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=39.60%
G=25.94%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013117400.340.130.22322.6138.5564.9
HexC883AE022D161432741
Octal310203256042152650347101
Binary11001000100000111010111001000101101101101010000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883AE; }

 p { color: rgb(200,131,174); }

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

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

 a { background-color: rgb(200,131,174); }

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

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

 span { border-color: rgb(200,131,174); }

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