#C196B6

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

Shades of Lily #C196B6

Tints of Lily #C196B6

Color information

#C196B6 (or 0xC196B6) is unknown color: approx Lily. HEX triplet: C1, 96 and B6. RGB value is (193,150,182). Sum of RGB (Red+Green+Blue) = 193+150+182=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B6 is #3E6949. Grayscale: #A6A6A6. Windows color (decimal): -4090186 or 11966145. OLE color: 11966145.

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

Color convert

RGB193150182-
CMYK00.220.060.24
HSL315.35º25.75%67.25%-
HSV(B)315.35º22.28%75.69%-
XYZ41.3436.5349.13-
YUV166.5136.75146.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=36.76%
G=28.57%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315018200.220.060.24315.3525.7567.25
HexC196B601661813b1a43
Octal30122626602663047332103
Binary11000001100101101011011001011011011000100111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196B6; }

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

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

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

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

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

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

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

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