#C283AA

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

Shades of Lily #C283AA

Tints of Lily #C283AA

Color information

#C283AA (or 0xC283AA) is unknown color: approx Lily. HEX triplet: C2, 83 and AA. RGB value is (194,131,170). Sum of RGB (Red+Green+Blue) = 194+131+170=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C283AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283AA is #3D7C55. Grayscale: #9A9A9A. Windows color (decimal): -4029526 or 11174850. OLE color: 11174850.

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

Color convert

RGB194131170-
CMYK00.320.120.24
HSL322.86º34.05%63.73%-
HSV(B)322.86º32.47%76.08%-
XYZ37.6230.641.95-
YUV154.28136.87156.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=39.19%
G=26.46%
B=34.34%

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
Decimal19413117000.320.120.24322.8634.0563.73
HexC283AA020C181432240
Octal302203252040143050342100
Binary11000010100000111010101001000001100110001010000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283AA; }

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

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

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

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

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

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

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

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