#C28AAB

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

Shades of Lily #C28AAB

Tints of Lily #C28AAB

Color information

#C28AAB (or 0xC28AAB) is unknown color: approx Lily. HEX triplet: C2, 8A and AB. RGB value is (194,138,171). Sum of RGB (Red+Green+Blue) = 194+138+171=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AAB is #3D7554. Grayscale: #9E9E9E. Windows color (decimal): -4027733 or 11242178. OLE color: 11242178.

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

Color convert

RGB194138171-
CMYK00.290.120.24
HSL324.64º31.46%65.1%-
HSV(B)324.64º28.87%76.08%-
XYZ38.6932.5942.78-
YUV158.51135.05153.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=38.57%
G=27.44%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413817100.290.120.24324.6431.4665.1
HexC28AAB01DC181451f41
Octal302212253035143050537101
Binary110000101000101010101011011101110011000101000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AAB; }

 p { color: rgb(194,138,171); }

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

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

 a { background-color: rgb(194,138,171); }

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

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

 span { border-color: rgb(194,138,171); }

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