Html Css Color HEX #C196B1 Lily

📋 copy color: '#C196B1'

red 193 ◦ green 150 ◦ blue 177

#C196B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C196B1

Tints of Lily #C196B1

RGB

 RED value IS 193 (75.78% from 255) = 37.12%

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 37.12%
G = 28.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C196B1 (or 0xC196B1) is known color: Lily. HEX triplet: C1, 96 and B1. RGB value is (193,150,177). Sum of RGB (Red+Green+Blue) = 193+150+177=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196B1 is #3E694E. Grayscale: #A5A5A5. Windows color (decimal): -4090191 or 11638465. OLE color: 11638465.

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

Color convert

RGB 193 150 177 -
CMYK 0 0.22 0.08 0.24
HSL 322.33º 0.26% 0.67% -
HSV(B) 322.33º 0.22% 0.76% -
XYZ 40.83 36.32 46.45 -
YUV 165.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 193 150 177 0 0.22 0.08 0.24 322.33 0.26 0.67
Hex C1 96 B1 0 16 8 18 142 1A 43
Octal 301 226 261 0 26 10 30 502 32 103
Binary 11000001 10010110 10110001 0 10110 1000 11000 101000010 11010 1000011

Color Harmonies of #C196B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196B1

Black with #C196B1

Text Example


Text Example

White with #C196B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196B1; }

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

 H1.HeaderClassName
 {
   color: #C196B1;
 }
 .AnyTagClassName
 {
   color: #C196B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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