Html Css Color HEX #C091B1 Lily

📋 copy color: '#C091B1'

red 192 ◦ green 145 ◦ blue 177

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

Shades of Lily #C091B1

Tints of Lily #C091B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 37.35%
G = 28.21%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C091B1 (or 0xC091B1) is known color: Lily. HEX triplet: C0, 91 and B1. RGB value is (192,145,177). Sum of RGB (Red+Green+Blue) = 192+145+177=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C091B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091B1 is #3F6E4E. Grayscale: #A2A2A2. Windows color (decimal): -4157007 or 11637184. OLE color: 11637184.

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

Color convert

RGB 192 145 177 -
CMYK 0 0.24 0.08 0.25
HSL 319.15º 0.27% 0.66% -
HSV(B) 319.15º 0.24% 0.75% -
XYZ 39.8 34.63 46.18 -
YUV 162.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 192 145 177 0 0.24 0.08 0.25 319.15 0.27 0.66
Hex C0 91 B1 0 18 8 19 13F 1B 42
Octal 300 221 261 0 30 10 31 477 33 102
Binary 11000000 10010001 10110001 0 11000 1000 11001 100111111 11011 1000010

Color Harmonies of #C091B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091B1

Black with #C091B1

Text Example


Text Example

White with #C091B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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