#C296AA

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

Shades of Lily #C296AA

Tints of Lily #C296AA

Color information

#C296AA (or 0xC296AA) is unknown color: approx Lily. HEX triplet: C2, 96 and AA. RGB value is (194,150,170). Sum of RGB (Red+Green+Blue) = 194+150+170=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AA is #3D6955. Grayscale: #A5A5A5. Windows color (decimal): -4024662 or 11179714. OLE color: 11179714.

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

Color convert

RGB194150170-
CMYK00.230.120.24
HSL332.73º26.51%67.45%-
HSV(B)332.73º22.68%76.08%-
XYZ40.4136.1842.88-
YUV165.44130.58148.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=37.74%
G=29.18%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415017000.230.120.24332.7326.5167.45
HexC296AA017C1814d1b43
Octal302226252027143051533103
Binary110000101001011010101010010111110011000101001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296AA; }

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

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

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

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

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

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

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

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