#C28CAC

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

Shades of Lily #C28CAC

Tints of Lily #C28CAC

Color information

#C28CAC (or 0xC28CAC) is unknown color: approx Lily. HEX triplet: C2, 8C and AC. RGB value is (194,140,172). Sum of RGB (Red+Green+Blue) = 194+140+172=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28CAC is #3D7353. Grayscale: #9F9F9F. Windows color (decimal): -4027220 or 11308226. OLE color: 11308226.

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

Color convert

RGB194140172-
CMYK00.280.110.24
HSL324.44º30.68%65.49%-
HSV(B)324.44º27.84%76.08%-
XYZ39.0733.243.38-
YUV159.79134.89152.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=38.34%
G=27.67%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414017200.280.110.24324.4430.6865.49
HexC28CAC01CB181441f41
Octal302214254034133050437101
Binary110000101000110010101100011100101111000101000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CAC; }

 p { color: rgb(194,140,172); }

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

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

 a { background-color: rgb(194,140,172); }

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

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

 span { border-color: rgb(194,140,172); }

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