Html Css Color HEX #C290AB Lily

📋 copy color: '#C290AB'

red 194 ◦ green 144 ◦ blue 171

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

Shades of Lily #C290AB

Tints of Lily #C290AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 38.11%
G = 28.29%
B = 33.6%

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

#C290AB (or 0xC290AB) is known color: Lily. HEX triplet: C2, 90 and AB. RGB value is (194,144,171). Sum of RGB (Red+Green+Blue) = 194+144+171=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C290AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290AB is #3D6F54. Grayscale: #A1A1A1. Windows color (decimal): -4026197 or 11243714. OLE color: 11243714.

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

Color convert

RGB 194 144 171 -
CMYK 0 0.26 0.12 0.24
HSL 327.6º 0.29% 0.66% -
HSV(B) 327.6º 0.26% 0.76% -
XYZ 39.57 34.36 43.07 -
YUV 162.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 194 144 171 0 0.26 0.12 0.24 327.6 0.29 0.66
Hex C2 90 AB 0 1A C 18 148 1D 42
Octal 302 220 253 0 32 14 30 510 35 102
Binary 11000010 10010000 10101011 0 11010 1100 11000 101001000 11101 1000010

Color Harmonies of #C290AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290AB

Black with #C290AB

Text Example


Text Example

White with #C290AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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