Html Css Color HEX #C290AA Lily

📋 copy color: '#C290AA'

red 194 ◦ green 144 ◦ blue 170

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

Shades of Lily #C290AA

Tints of Lily #C290AA

RGB

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

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

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

R = 38.19%
G = 28.35%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C290AA (or 0xC290AA) is known color: Lily. HEX triplet: C2, 90 and AA. RGB value is (194,144,170). Sum of RGB (Red+Green+Blue) = 194+144+170=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C290AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290AA is #3D6F55. Grayscale: #A1A1A1. Windows color (decimal): -4026198 or 11178178. OLE color: 11178178.

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

Color convert

RGB 194 144 170 -
CMYK 0 0.26 0.12 0.24
HSL 328.8º 0.29% 0.66% -
HSV(B) 328.8º 0.26% 0.76% -
XYZ 39.48 34.32 42.57 -
YUV 161.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 194 144 170 0 0.26 0.12 0.24 328.8 0.29 0.66
Hex C2 90 AA 0 1A C 18 149 1D 42
Octal 302 220 252 0 32 14 30 511 35 102
Binary 11000010 10010000 10101010 0 11010 1100 11000 101001001 11101 1000010

Color Harmonies of #C290AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290AA

Black with #C290AA

Text Example


Text Example

White with #C290AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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