#C084A8

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

Shades of Lily #C084A8

Tints of Lily #C084A8

Color information

#C084A8 (or 0xC084A8) is unknown color: approx Lily. HEX triplet: C0, 84 and A8. RGB value is (192,132,168). Sum of RGB (Red+Green+Blue) = 192+132+168=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A8 is #3F7B57. Grayscale: #999999. Windows color (decimal): -4160344 or 11044032. OLE color: 11044032.

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

Color convert

RGB192132168-
CMYK00.310.120.25
HSL324º32.26%63.53%-
HSV(B)324º31.25%75.29%-
XYZ37.0630.5440.99-
YUV154.04135.88155.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=39.02%
G=26.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213216800.310.120.2532432.2663.53
HexC084A801FC191442040
Octal300204250037143150440100
Binary1100000010000100101010000111111100110011010001001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084A8; }

 p { color: rgb(192,132,168); }

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

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

 a { background-color: rgb(192,132,168); }

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

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

 span { border-color: rgb(192,132,168); }

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