#C296AD

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

Shades of Lily #C296AD

Tints of Lily #C296AD

Color information

#C296AD (or 0xC296AD) is unknown color: approx Lily. HEX triplet: C2, 96 and AD. RGB value is (194,150,173). Sum of RGB (Red+Green+Blue) = 194+150+173=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AD is #3D6952. Grayscale: #A5A5A5. Windows color (decimal): -4024659 or 11376322. OLE color: 11376322.

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

Color convert

RGB194150173-
CMYK00.230.110.24
HSL328.64º26.51%67.45%-
HSV(B)328.64º22.68%76.08%-
XYZ40.736.344.4-
YUV165.78132.08148.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=37.52%
G=29.01%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415017300.230.110.24328.6426.5167.45
HexC296AD017B181491b43
Octal302226255027133051133103
Binary110000101001011010101101010111101111000101001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296AD; }

 p { color: rgb(194,150,173); }

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

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

 a { background-color: rgb(194,150,173); }

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

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

 span { border-color: rgb(194,150,173); }

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