Html Css Color HEX #C496B2 Lily

📋 copy color: '#C496B2'

red 196 ◦ green 150 ◦ blue 178

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

Shades of Lily #C496B2

Tints of Lily #C496B2

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 37.4%
G = 28.63%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C496B2 (or 0xC496B2) is known color: Lily. HEX triplet: C4, 96 and B2. RGB value is (196,150,178). Sum of RGB (Red+Green+Blue) = 196+150+178=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C496B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496B2 is #3B694D. Grayscale: #A6A6A6. Windows color (decimal): -3893582 or 11704004. OLE color: 11704004.

HSL color Cylindrical-coordinate representation of color #C496B2: hue angle of 323.48º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C496B2 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 178 -
CMYK 0 0.23 0.09 0.23
HSL 323.48º 0.28% 0.68% -
HSV(B) 323.48º 0.23% 0.77% -
XYZ 41.71 36.76 47.02 -
YUV 166.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 196 150 178 0 0.23 0.09 0.23 323.48 0.28 0.68
Hex C4 96 B2 0 17 9 17 143 1C 44
Octal 304 226 262 0 27 11 27 503 34 104
Binary 11000100 10010110 10110010 0 10111 1001 10111 101000011 11100 1000100

Color Harmonies of #C496B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496B2

Black with #C496B2

Text Example


Text Example

White with #C496B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496B2; }

 p { color: rgb(196,150,178); }

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

background-color css

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

 a { background-color: rgb(196,150,178); }

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

border-color css

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

 span { border-color: rgb(196,150,178); }

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