Html Css Color HEX #C291AE Lily

📋 copy color: '#C291AE'

red 194 ◦ green 145 ◦ blue 174

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

Shades of Lily #C291AE

Tints of Lily #C291AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 37.82%
G = 28.27%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C291AE (or 0xC291AE) is known color: Lily. HEX triplet: C2, 91 and AE. RGB value is (194,145,174). Sum of RGB (Red+Green+Blue) = 194+145+174=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C291AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291AE is #3D6E51. Grayscale: #A2A2A2. Windows color (decimal): -4025938 or 11440578. OLE color: 11440578.

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

Color convert

RGB 194 145 174 -
CMYK 0 0.25 0.10 0.24
HSL 324.49º 0.29% 0.66% -
HSV(B) 324.49º 0.25% 0.76% -
XYZ 40.01 34.78 44.65 -
YUV 162.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 194 145 174 0 0.25 0.10 0.24 324.49 0.29 0.66
Hex C2 91 AE 0 19 A 18 144 1D 42
Octal 302 221 256 0 31 12 30 504 35 102
Binary 11000010 10010001 10101110 0 11001 1010 11000 101000100 11101 1000010

Color Harmonies of #C291AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291AE

Black with #C291AE

Text Example


Text Example

White with #C291AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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