Html Css Color HEX #C091AA Lily

📋 copy color: '#C091AA'

red 192 ◦ green 145 ◦ blue 170

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

Shades of Lily #C091AA

Tints of Lily #C091AA

RGB

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

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

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

R = 37.87%
G = 28.6%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C091AA (or 0xC091AA) is known color: Lily. HEX triplet: C0, 91 and AA. RGB value is (192,145,170). Sum of RGB (Red+Green+Blue) = 192+145+170=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C091AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091AA is #3F6E55. Grayscale: #A1A1A1. Windows color (decimal): -4157014 or 11178432. OLE color: 11178432.

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

Color convert

RGB 192 145 170 -
CMYK 0 0.24 0.11 0.25
HSL 328.09º 0.27% 0.66% -
HSV(B) 328.09º 0.24% 0.75% -
XYZ 39.12 34.36 42.6 -
YUV 161.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 192 145 170 0 0.24 0.11 0.25 328.09 0.27 0.66
Hex C0 91 AA 0 18 B 19 148 1B 42
Octal 300 221 252 0 30 13 31 510 33 102
Binary 11000000 10010001 10101010 0 11000 1011 11001 101001000 11011 1000010

Color Harmonies of #C091AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091AA

Black with #C091AA

Text Example


Text Example

White with #C091AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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