Html Css Color HEX #C091AF Lily

📋 copy color: '#C091AF'

red 192 ◦ green 145 ◦ blue 175

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

Shades of Lily #C091AF

Tints of Lily #C091AF

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

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

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

R = 37.5%
G = 28.32%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C091AF (or 0xC091AF) is known color: Lily. HEX triplet: C0, 91 and AF. RGB value is (192,145,175). Sum of RGB (Red+Green+Blue) = 192+145+175=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C091AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091AF is #3F6E50. Grayscale: #A2A2A2. Windows color (decimal): -4157009 or 11506112. OLE color: 11506112.

HSL color Cylindrical-coordinate representation of color #C091AF: hue angle of 321.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C091AF is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 175 -
CMYK 0 0.24 0.09 0.25
HSL 321.7º 0.27% 0.66% -
HSV(B) 321.7º 0.24% 0.75% -
XYZ 39.6 34.55 45.14 -
YUV 162.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 192 145 175 0 0.24 0.09 0.25 321.7 0.27 0.66
Hex C0 91 AF 0 18 9 19 142 1B 42
Octal 300 221 257 0 30 11 31 502 33 102
Binary 11000000 10010001 10101111 0 11000 1001 11001 101000010 11011 1000010

Color Harmonies of #C091AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091AF

Black with #C091AF

Text Example


Text Example

White with #C091AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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