#C18FAA

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

Shades of Lily #C18FAA

Tints of Lily #C18FAA

Color information

#C18FAA (or 0xC18FAA) is unknown color: approx Lily. HEX triplet: C1, 8F and AA. RGB value is (193,143,170). Sum of RGB (Red+Green+Blue) = 193+143+170=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FAA is #3E7055. Grayscale: #A0A0A0. Windows color (decimal): -4091990 or 11177921. OLE color: 11177921.

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

Color convert

RGB193143170-
CMYK00.260.120.24
HSL327.6º28.74%65.88%-
HSV(B)327.6º25.91%75.69%-
XYZ39.0733.8842.51-
YUV161.03133.06150.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=38.14%
G=28.26%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314317000.260.120.24327.628.7465.88
HexC18FAA01AC181481d42
Octal301217252032143051035102
Binary110000011000111110101010011010110011000101001000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FAA; }

 p { color: rgb(193,143,170); }

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

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

 a { background-color: rgb(193,143,170); }

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

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

 span { border-color: rgb(193,143,170); }

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