Html Css Color HEX #C991BA Lily

📋 copy color: '#C991BA'

red 201 ◦ green 145 ◦ blue 186

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

Shades of Lily #C991BA

Tints of Lily #C991BA

RGB

 RED value IS 201 (78.91% from 255) = 37.78%

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 37.78%
G = 27.26%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C991BA (or 0xC991BA) is known color: Lily. HEX triplet: C9, 91 and BA. RGB value is (201,145,186). Sum of RGB (Red+Green+Blue) = 201+145+186=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C991BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991BA is #366E45. Grayscale: #A6A6A6. Windows color (decimal): -3567174 or 12227017. OLE color: 12227017.

HSL color Cylindrical-coordinate representation of color #C991BA: hue angle of 316.07º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991BA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 186 -
CMYK 0 0.28 0.07 0.21
HSL 316.07º 0.34% 0.68% -
HSV(B) 316.07º 0.28% 0.79% -
XYZ 43.08 36.21 51.17 -
YUV 166.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 201 145 186 0 0.28 0.07 0.21 316.07 0.34 0.68
Hex C9 91 BA 0 1C 7 15 13C 22 44
Octal 311 221 272 0 34 7 25 474 42 104
Binary 11001001 10010001 10111010 0 11100 111 10101 100111100 100010 1000100

Color Harmonies of #C991BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991BA

Black with #C991BA

Text Example


Text Example

White with #C991BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991BA; }

 p { color: rgb(201,145,186); }

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

background-color css

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

 a { background-color: rgb(201,145,186); }

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

border-color css

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

 span { border-color: rgb(201,145,186); }

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