#C196B7

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

Shades of Lily #C196B7

Tints of Lily #C196B7

Color information

#C196B7 (or 0xC196B7) is unknown color: approx Lily. HEX triplet: C1, 96 and B7. RGB value is (193,150,183). Sum of RGB (Red+Green+Blue) = 193+150+183=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B7 is #3E6948. Grayscale: #A6A6A6. Windows color (decimal): -4090185 or 12031681. OLE color: 12031681.

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

Color convert

RGB193150183-
CMYK00.220.050.24
HSL313.95º25.75%67.25%-
HSV(B)313.95º22.28%75.69%-
XYZ41.4536.5749.67-
YUV166.62137.25146.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=36.69%
G=28.52%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315018300.220.050.24313.9525.7567.25
HexC196B701651813a1a43
Octal30122626702653047232103
Binary11000001100101101011011101011010111000100111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196B7; }

 p { color: rgb(193,150,183); }

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

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

 a { background-color: rgb(193,150,183); }

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

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

 span { border-color: rgb(193,150,183); }

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