#c28baf

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

Shades of Lily #C28BAF

Tints of Lily #C28BAF

Color information

#C28BAF (or 0xC28BAF) is unknown color: approx Lily. HEX triplet: C2, 8B and AF. RGB value is (194,139,175). Sum of RGB (Red+Green+Blue) = 194+139+175=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAF is #3D7450. Grayscale: #9F9F9F. Windows color (decimal): -4027473 or 11504578. OLE color: 11504578.

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

Color convert

RGB194139175-
CMYK00.280.100.24
HSL320.73º31.07%65.29%-
HSV(B)320.73º28.35%76.08%-
XYZ39.2233.0344.87-
YUV159.55136.72152.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=38.19%
G=27.36%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917500.280.100.24320.7331.0765.29
HexC28BAF01CA181411f41
Octal302213257034123050137101
Binary110000101000101110101111011100101011000101000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28baf; }

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

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

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

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

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

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

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

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