Html Css Color HEX #C391BA Lily

📋 copy color: '#C391BA'

red 195 ◦ green 145 ◦ blue 186

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

Shades of Lily #C391BA

Tints of Lily #C391BA

RGB

 RED value IS 195 (76.56% from 255) = 37.07%

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

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

R = 37.07%
G = 27.57%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C391BA (or 0xC391BA) is known color: Lily. HEX triplet: C3, 91 and BA. RGB value is (195,145,186). Sum of RGB (Red+Green+Blue) = 195+145+186=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C391BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391BA is #3C6E45. Grayscale: #A4A4A4. Windows color (decimal): -3960390 or 12227011. OLE color: 12227011.

HSL color Cylindrical-coordinate representation of color #C391BA: hue angle of 310.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391BA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 186 -
CMYK 0 0.26 0.05 0.24
HSL 310.8º 0.29% 0.67% -
HSV(B) 310.8º 0.26% 0.76% -
XYZ 41.49 35.4 51.1 -
YUV 164.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 195 145 186 0 0.26 0.05 0.24 310.8 0.29 0.67
Hex C3 91 BA 0 1A 5 18 137 1D 43
Octal 303 221 272 0 32 5 30 467 35 103
Binary 11000011 10010001 10111010 0 11010 101 11000 100110111 11101 1000011

Color Harmonies of #C391BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391BA

Black with #C391BA

Text Example


Text Example

White with #C391BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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