Html Css Color HEX #C196A9 Lily

📋 copy color: '#C196A9'

red 193 ◦ green 150 ◦ blue 169

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

Shades of Lily #C196A9

Tints of Lily #C196A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.01%

R = 37.7%
G = 29.3%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C196A9 (or 0xC196A9) is known color: Lily. HEX triplet: C1, 96 and A9. RGB value is (193,150,169). Sum of RGB (Red+Green+Blue) = 193+150+169=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C196A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196A9 is #3E6956. Grayscale: #A4A4A4. Windows color (decimal): -4090199 or 11114177. OLE color: 11114177.

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

Color convert

RGB 193 150 169 -
CMYK 0 0.22 0.12 0.24
HSL 333.49º 0.26% 0.67% -
HSV(B) 333.49º 0.22% 0.76% -
XYZ 40.06 36.01 42.38 -
YUV 165.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 193 150 169 0 0.22 0.12 0.24 333.49 0.26 0.67
Hex C1 96 A9 0 16 C 18 14D 1A 43
Octal 301 226 251 0 26 14 30 515 32 103
Binary 11000001 10010110 10101001 0 10110 1100 11000 101001101 11010 1000011

Color Harmonies of #C196A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196A9

Black with #C196A9

Text Example


Text Example

White with #C196A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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