Html Css Color HEX #C493B7 Lily

📋 copy color: '#C493B7'

red 196 ◦ green 147 ◦ blue 183

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

Shades of Lily #C493B7

Tints of Lily #C493B7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.95%

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

R = 37.26%
G = 27.95%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C493B7 (or 0xC493B7) is known color: Lily. HEX triplet: C4, 93 and B7. RGB value is (196,147,183). Sum of RGB (Red+Green+Blue) = 196+147+183=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C493B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493B7 is #3B6C48. Grayscale: #A5A5A5. Windows color (decimal): -3894345 or 12030916. OLE color: 12030916.

HSL color Cylindrical-coordinate representation of color #C493B7: hue angle of 315.92º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493B7 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 183 -
CMYK 0 0.25 0.07 0.23
HSL 315.92º 0.29% 0.67% -
HSV(B) 315.92º 0.25% 0.77% -
XYZ 41.75 36.02 49.55 -
YUV 165.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 196 147 183 0 0.25 0.07 0.23 315.92 0.29 0.67
Hex C4 93 B7 0 19 7 17 13C 1D 43
Octal 304 223 267 0 31 7 27 474 35 103
Binary 11000100 10010011 10110111 0 11001 111 10111 100111100 11101 1000011

Color Harmonies of #C493B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493B7

Black with #C493B7

Text Example


Text Example

White with #C493B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493B7; }

 p { color: rgb(196,147,183); }

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

background-color css

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

 a { background-color: rgb(196,147,183); }

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

border-color css

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

 span { border-color: rgb(196,147,183); }

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