Html Css Color HEX #C196B9 Lily

📋 copy color: '#C196B9'

red 193 ◦ green 150 ◦ blue 185

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

Shades of Lily #C196B9

Tints of Lily #C196B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 36.55%
G = 28.41%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C196B9 (or 0xC196B9) is known color: Lily. HEX triplet: C1, 96 and B9. RGB value is (193,150,185). Sum of RGB (Red+Green+Blue) = 193+150+185=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B9 is #3E6946. Grayscale: #A6A6A6. Windows color (decimal): -4090183 or 12162753. OLE color: 12162753.

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

Color convert

RGB 193 150 185 -
CMYK 0 0.22 0.04 0.24
HSL 311.16º 0.26% 0.67% -
HSV(B) 311.16º 0.22% 0.76% -
XYZ 41.66 36.65 50.78 -
YUV 166.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 193 150 185 0 0.22 0.04 0.24 311.16 0.26 0.67
Hex C1 96 B9 0 16 4 18 137 1A 43
Octal 301 226 271 0 26 4 30 467 32 103
Binary 11000001 10010110 10111001 0 10110 100 11000 100110111 11010 1000011

Color Harmonies of #C196B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196B9

Black with #C196B9

Text Example


Text Example

White with #C196B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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