#C28BAB

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

Shades of Lily #C28BAB

Tints of Lily #C28BAB

Color information

#C28BAB (or 0xC28BAB) is unknown color: approx Lily. HEX triplet: C2, 8B and AB. RGB value is (194,139,171). Sum of RGB (Red+Green+Blue) = 194+139+171=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAB is #3D7454. Grayscale: #9F9F9F. Windows color (decimal): -4027477 or 11242434. OLE color: 11242434.

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

Color convert

RGB194139171-
CMYK00.280.120.24
HSL325.09º31.07%65.29%-
HSV(B)325.09º28.35%76.08%-
XYZ38.8332.8742.83-
YUV159.09134.72152.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=38.49%
G=27.58%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917100.280.120.24325.0931.0765.29
HexC28BAB01CC181451f41
Octal302213253034143050537101
Binary110000101000101110101011011100110011000101000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BAB; }

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

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

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

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

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

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

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

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