Html Css Color HEX #C196B7 Lily

📋 copy color: '#C196B7'

red 193 ◦ green 150 ◦ blue 183

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

Shades of Lily #C196B7

Tints of Lily #C196B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 36.69%
G = 28.52%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C196B7 (or 0xC196B7) is known color: Lily. HEX triplet: C1, 96 and B7. RGB value is (193,150,183). Sum of RGB (Red+Green+Blue) = 193+150+183=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C196B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196B7 is #3E6948. Grayscale: #A6A6A6. Windows color (decimal): -4090185 or 12031681. OLE color: 12031681.

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

Color convert

RGB 193 150 183 -
CMYK 0 0.22 0.05 0.24
HSL 313.95º 0.26% 0.67% -
HSV(B) 313.95º 0.22% 0.76% -
XYZ 41.45 36.57 49.67 -
YUV 166.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 193 150 183 0 0.22 0.05 0.24 313.95 0.26 0.67
Hex C1 96 B7 0 16 5 18 13A 1A 43
Octal 301 226 267 0 26 5 30 472 32 103
Binary 11000001 10010110 10110111 0 10110 101 11000 100111010 11010 1000011

Color Harmonies of #C196B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196B7

Black with #C196B7

Text Example


Text Example

White with #C196B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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