#C28CB6

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

Shades of Lily #C28CB6

Tints of Lily #C28CB6

Color information

#C28CB6 (or 0xC28CB6) is unknown color: approx Lily. HEX triplet: C2, 8C and B6. RGB value is (194,140,182). Sum of RGB (Red+Green+Blue) = 194+140+182=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CB6 is #3D7349. Grayscale: #A0A0A0. Windows color (decimal): -4027210 or 11963586. OLE color: 11963586.

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

Color convert

RGB194140182-
CMYK00.280.060.24
HSL313.33º30.68%65.49%-
HSV(B)313.33º27.84%76.08%-
XYZ40.0733.648.63-
YUV160.93139.89151.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=37.60%
G=27.13%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414018200.280.060.24313.3330.6865.49
HexC28CB601C6181391f41
Octal30221426603463047137101
Binary11000010100011001011011001110011011000100111001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CB6; }

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

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

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

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

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

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

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

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