Html Css Color HEX #C196B3 Lily

📋 copy color: '#C196B3'

red 193 ◦ green 150 ◦ blue 179

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

Shades of Lily #C196B3

Tints of Lily #C196B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.29%

R = 36.97%
G = 28.74%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C196B3 (or 0xC196B3) is known color: Lily. HEX triplet: C1, 96 and B3. RGB value is (193,150,179). Sum of RGB (Red+Green+Blue) = 193+150+179=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B3 is #3E694C. Grayscale: #A6A6A6. Windows color (decimal): -4090189 or 11769537. OLE color: 11769537.

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

Color convert

RGB 193 150 179 -
CMYK 0 0.22 0.07 0.24
HSL 319.53º 0.26% 0.67% -
HSV(B) 319.53º 0.22% 0.76% -
XYZ 41.04 36.4 47.51 -
YUV 166.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 193 150 179 0 0.22 0.07 0.24 319.53 0.26 0.67
Hex C1 96 B3 0 16 7 18 140 1A 43
Octal 301 226 263 0 26 7 30 500 32 103
Binary 11000001 10010110 10110011 0 10110 111 11000 101000000 11010 1000011

Color Harmonies of #C196B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196B3

Black with #C196B3

Text Example


Text Example

White with #C196B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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