Html Css Color HEX #C293AB Lily

📋 copy color: '#C293AB'

red 194 ◦ green 147 ◦ blue 171

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

Shades of Lily #C293AB

Tints of Lily #C293AB

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 37.89%
G = 28.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C293AB (or 0xC293AB) is known color: Lily. HEX triplet: C2, 93 and AB. RGB value is (194,147,171). Sum of RGB (Red+Green+Blue) = 194+147+171=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AB is #3D6C54. Grayscale: #A3A3A3. Windows color (decimal): -4025429 or 11244482. OLE color: 11244482.

HSL color Cylindrical-coordinate representation of color #C293AB: hue angle of 329.36º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C293AB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 171 -
CMYK 0 0.24 0.12 0.24
HSL 329.36º 0.28% 0.67% -
HSV(B) 329.36º 0.24% 0.76% -
XYZ 40.03 35.28 43.23 -
YUV 163.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 194 147 171 0 0.24 0.12 0.24 329.36 0.28 0.67
Hex C2 93 AB 0 18 C 18 149 1C 43
Octal 302 223 253 0 30 14 30 511 34 103
Binary 11000010 10010011 10101011 0 11000 1100 11000 101001001 11100 1000011

Color Harmonies of #C293AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293AB

Black with #C293AB

Text Example


Text Example

White with #C293AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293AB; }

 p { color: rgb(194,147,171); }

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

background-color css

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

 a { background-color: rgb(194,147,171); }

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

border-color css

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

 span { border-color: rgb(194,147,171); }

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