#C296B8

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

Shades of Lily #C296B8

Tints of Lily #C296B8

Color information

#C296B8 (or 0xC296B8) is unknown color: approx Lily. HEX triplet: C2, 96 and B8. RGB value is (194,150,184). Sum of RGB (Red+Green+Blue) = 194+150+184=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C296B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296B8 is #3D6947. Grayscale: #A6A6A6. Windows color (decimal): -4024648 or 12097218. OLE color: 12097218.

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

Color convert

RGB194150184-
CMYK00.230.050.24
HSL313.64º26.51%67.45%-
HSV(B)313.64º22.68%76.08%-
XYZ41.8136.7450.24-
YUV167.03137.58147.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=36.74%
G=28.41%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415018400.230.050.24313.6426.5167.45
HexC296B801751813a1b43
Octal30222627002753047233103
Binary11000010100101101011100001011110111000100111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296B8; }

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

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

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

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

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

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

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

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