#C296AF

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

Shades of Lily #C296AF

Tints of Lily #C296AF

Color information

#C296AF (or 0xC296AF) is unknown color: approx Lily. HEX triplet: C2, 96 and AF. RGB value is (194,150,175). Sum of RGB (Red+Green+Blue) = 194+150+175=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AF is #3D6950. Grayscale: #A5A5A5. Windows color (decimal): -4024657 or 11507394. OLE color: 11507394.

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

Color convert

RGB194150175-
CMYK00.230.100.24
HSL325.91º26.51%67.45%-
HSV(B)325.91º22.68%76.08%-
XYZ40.8936.3845.42-
YUV166.01133.08147.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=37.38%
G=28.90%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415017500.230.100.24325.9126.5167.45
HexC296AF017A181461b43
Octal302226257027123050633103
Binary110000101001011010101111010111101011000101000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296AF; }

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

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

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

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

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

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

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

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