Html Css Color HEX #C493BA Lily

📋 copy color: '#C493BA'

red 196 ◦ green 147 ◦ blue 186

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

Shades of Lily #C493BA

Tints of Lily #C493BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 37.05%
G = 27.79%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C493BA (or 0xC493BA) is known color: Lily. HEX triplet: C4, 93 and BA. RGB value is (196,147,186). Sum of RGB (Red+Green+Blue) = 196+147+186=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BA is #3B6C45. Grayscale: #A5A5A5. Windows color (decimal): -3894342 or 12227524. OLE color: 12227524.

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

Color convert

RGB 196 147 186 -
CMYK 0 0.25 0.05 0.23
HSL 312.24º 0.29% 0.67% -
HSV(B) 312.24º 0.25% 0.77% -
XYZ 42.06 36.15 51.21 -
YUV 166.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 196 147 186 0 0.25 0.05 0.23 312.24 0.29 0.67
Hex C4 93 BA 0 19 5 17 138 1D 43
Octal 304 223 272 0 31 5 27 470 35 103
Binary 11000100 10010011 10111010 0 11001 101 10111 100111000 11101 1000011

Color Harmonies of #C493BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493BA

Black with #C493BA

Text Example


Text Example

White with #C493BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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