Html Css Color HEX #C293AA Lily

📋 copy color: '#C293AA'

red 194 ◦ green 147 ◦ blue 170

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

Shades of Lily #C293AA

Tints of Lily #C293AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 37.96%
G = 28.77%
B = 33.27%

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

#C293AA (or 0xC293AA) is known color: Lily. HEX triplet: C2, 93 and AA. RGB value is (194,147,170). Sum of RGB (Red+Green+Blue) = 194+147+170=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AA is #3D6C55. Grayscale: #A3A3A3. Windows color (decimal): -4025430 or 11178946. OLE color: 11178946.

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

Color convert

RGB 194 147 170 -
CMYK 0 0.24 0.12 0.24
HSL 330.64º 0.28% 0.67% -
HSV(B) 330.64º 0.24% 0.76% -
XYZ 39.94 35.24 42.73 -
YUV 163.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 194 147 170 0 0.24 0.12 0.24 330.64 0.28 0.67
Hex C2 93 AA 0 18 C 18 14B 1C 43
Octal 302 223 252 0 30 14 30 513 34 103
Binary 11000010 10010011 10101010 0 11000 1100 11000 101001011 11100 1000011

Color Harmonies of #C293AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293AA

Black with #C293AA

Text Example


Text Example

White with #C293AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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