Html Css Color HEX #C291AA Lily

📋 copy color: '#C291AA'

red 194 ◦ green 145 ◦ blue 170

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

Shades of Lily #C291AA

Tints of Lily #C291AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

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

R = 38.11%
G = 28.49%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C291AA (or 0xC291AA) is known color: Lily. HEX triplet: C2, 91 and AA. RGB value is (194,145,170). Sum of RGB (Red+Green+Blue) = 194+145+170=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C291AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291AA is #3D6E55. Grayscale: #A2A2A2. Windows color (decimal): -4025942 or 11178434. OLE color: 11178434.

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

Color convert

RGB 194 145 170 -
CMYK 0 0.25 0.12 0.24
HSL 329.39º 0.29% 0.66% -
HSV(B) 329.39º 0.25% 0.76% -
XYZ 39.63 34.62 42.62 -
YUV 162.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 194 145 170 0 0.25 0.12 0.24 329.39 0.29 0.66
Hex C2 91 AA 0 19 C 18 149 1D 42
Octal 302 221 252 0 31 14 30 511 35 102
Binary 11000010 10010001 10101010 0 11001 1100 11000 101001001 11101 1000010

Color Harmonies of #C291AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291AA

Black with #C291AA

Text Example


Text Example

White with #C291AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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