#C284AA

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

Shades of Lily #C284AA

Tints of Lily #C284AA

Color information

#C284AA (or 0xC284AA) is unknown color: approx Lily. HEX triplet: C2, 84 and AA. RGB value is (194,132,170). Sum of RGB (Red+Green+Blue) = 194+132+170=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AA is #3D7B55. Grayscale: #9A9A9A. Windows color (decimal): -4029270 or 11175106. OLE color: 11175106.

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

Color convert

RGB194132170-
CMYK00.320.120.24
HSL323.23º33.7%63.92%-
HSV(B)323.23º31.96%76.08%-
XYZ37.7630.8742-
YUV154.87136.54155.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=39.11%
G=26.61%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413217000.320.120.24323.2333.763.92
HexC284AA020C181432240
Octal302204252040143050342100
Binary11000010100001001010101001000001100110001010000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284AA; }

 p { color: rgb(194,132,170); }

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

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

 a { background-color: rgb(194,132,170); }

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

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

 span { border-color: rgb(194,132,170); }

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