Html Css Color HEX #C291AF Lily

📋 copy color: '#C291AF'

red 194 ◦ green 145 ◦ blue 175

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

Shades of Lily #C291AF

Tints of Lily #C291AF

RGB

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

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

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

R = 37.74%
G = 28.21%
B = 34.05%

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

#C291AF (or 0xC291AF) is known color: Lily. HEX triplet: C2, 91 and AF. RGB value is (194,145,175). Sum of RGB (Red+Green+Blue) = 194+145+175=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C291AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291AF is #3D6E50. Grayscale: #A3A3A3. Windows color (decimal): -4025937 or 11506114. OLE color: 11506114.

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

Color convert

RGB 194 145 175 -
CMYK 0 0.25 0.10 0.24
HSL 323.27º 0.29% 0.66% -
HSV(B) 323.27º 0.25% 0.76% -
XYZ 40.11 34.82 45.16 -
YUV 163.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 194 145 175 0 0.25 0.10 0.24 323.27 0.29 0.66
Hex C2 91 AF 0 19 A 18 143 1D 42
Octal 302 221 257 0 31 12 30 503 35 102
Binary 11000010 10010001 10101111 0 11001 1010 11000 101000011 11101 1000010

Color Harmonies of #C291AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291AF

Black with #C291AF

Text Example


Text Example

White with #C291AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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