Html Css Color HEX #C196AC Lily

📋 copy color: '#C196AC'

red 193 ◦ green 150 ◦ blue 172

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

Shades of Lily #C196AC

Tints of Lily #C196AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 37.48%
G = 29.13%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C196AC (or 0xC196AC) is known color: Lily. HEX triplet: C1, 96 and AC. RGB value is (193,150,172). Sum of RGB (Red+Green+Blue) = 193+150+172=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AC is #3E6953. Grayscale: #A5A5A5. Windows color (decimal): -4090196 or 11310785. OLE color: 11310785.

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

Color convert

RGB 193 150 172 -
CMYK 0 0.22 0.11 0.24
HSL 329.3º 0.26% 0.67% -
HSV(B) 329.3º 0.22% 0.76% -
XYZ 40.35 36.13 43.88 -
YUV 165.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 193 150 172 0 0.22 0.11 0.24 329.3 0.26 0.67
Hex C1 96 AC 0 16 B 18 149 1A 43
Octal 301 226 254 0 26 13 30 511 32 103
Binary 11000001 10010110 10101100 0 10110 1011 11000 101001001 11010 1000011

Color Harmonies of #C196AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196AC

Black with #C196AC

Text Example


Text Example

White with #C196AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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