Html Css Color HEX #C290AF Lily

📋 copy color: '#C290AF'

red 194 ◦ green 144 ◦ blue 175

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

Shades of Lily #C290AF

Tints of Lily #C290AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 37.82%
G = 28.07%
B = 34.11%

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

#C290AF (or 0xC290AF) is known color: Lily. HEX triplet: C2, 90 and AF. RGB value is (194,144,175). Sum of RGB (Red+Green+Blue) = 194+144+175=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C290AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290AF is #3D6F50. Grayscale: #A2A2A2. Windows color (decimal): -4026193 or 11505858. OLE color: 11505858.

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

Color convert

RGB 194 144 175 -
CMYK 0 0.26 0.10 0.24
HSL 322.8º 0.29% 0.66% -
HSV(B) 322.8º 0.26% 0.76% -
XYZ 39.96 34.51 45.11 -
YUV 162.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 194 144 175 0 0.26 0.10 0.24 322.8 0.29 0.66
Hex C2 90 AF 0 1A A 18 143 1D 42
Octal 302 220 257 0 32 12 30 503 35 102
Binary 11000010 10010000 10101111 0 11010 1010 11000 101000011 11101 1000010

Color Harmonies of #C290AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290AF

Black with #C290AF

Text Example


Text Example

White with #C290AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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