Html Css Color HEX #C290AE Lily

📋 copy color: '#C290AE'

red 194 ◦ green 144 ◦ blue 174

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

Shades of Lily #C290AE

Tints of Lily #C290AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

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

R = 37.89%
G = 28.13%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C290AE (or 0xC290AE) is known color: Lily. HEX triplet: C2, 90 and AE. RGB value is (194,144,174). Sum of RGB (Red+Green+Blue) = 194+144+174=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C290AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290AE is #3D6F51. Grayscale: #A2A2A2. Windows color (decimal): -4026194 or 11440322. OLE color: 11440322.

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

Color convert

RGB 194 144 174 -
CMYK 0 0.26 0.10 0.24
HSL 324º 0.29% 0.66% -
HSV(B) 324º 0.26% 0.76% -
XYZ 39.86 34.47 44.6 -
YUV 162.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 194 144 174 0 0.26 0.10 0.24 324 0.29 0.66
Hex C2 90 AE 0 1A A 18 144 1D 42
Octal 302 220 256 0 32 12 30 504 35 102
Binary 11000010 10010000 10101110 0 11010 1010 11000 101000100 11101 1000010

Color Harmonies of #C290AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290AE

Black with #C290AE

Text Example


Text Example

White with #C290AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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