Html Css Color HEX #C196AD Lily

📋 copy color: '#C196AD'

red 193 ◦ green 150 ◦ blue 173

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

Shades of Lily #C196AD

Tints of Lily #C196AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 37.4%
G = 29.07%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C196AD (or 0xC196AD) is known color: Lily. HEX triplet: C1, 96 and AD. RGB value is (193,150,173). Sum of RGB (Red+Green+Blue) = 193+150+173=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C196AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C196AD is #3E6952. Grayscale: #A5A5A5. Windows color (decimal): -4090195 or 11376321. OLE color: 11376321.

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

Color convert

RGB 193 150 173 -
CMYK 0 0.22 0.10 0.24
HSL 327.91º 0.26% 0.67% -
HSV(B) 327.91º 0.22% 0.76% -
XYZ 40.44 36.17 44.38 -
YUV 165.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 193 150 173 0 0.22 0.10 0.24 327.91 0.26 0.67
Hex C1 96 AD 0 16 A 18 148 1A 43
Octal 301 226 255 0 26 12 30 510 32 103
Binary 11000001 10010110 10101101 0 10110 1010 11000 101001000 11010 1000011

Color Harmonies of #C196AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196AD

Black with #C196AD

Text Example


Text Example

White with #C196AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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