Html Css Color HEX #C390BA Lily

📋 copy color: '#C390BA'

red 195 ◦ green 144 ◦ blue 186

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

Shades of Lily #C390BA

Tints of Lily #C390BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.43%

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

R = 37.14%
G = 27.43%
B = 35.43%

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

#C390BA (or 0xC390BA) is known color: Lily. HEX triplet: C3, 90 and BA. RGB value is (195,144,186). Sum of RGB (Red+Green+Blue) = 195+144+186=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BA is #3C6F45. Grayscale: #A3A3A3. Windows color (decimal): -3960646 or 12226755. OLE color: 12226755.

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

Color convert

RGB 195 144 186 -
CMYK 0 0.26 0.05 0.24
HSL 310.59º 0.3% 0.66% -
HSV(B) 310.59º 0.26% 0.76% -
XYZ 41.34 35.09 51.05 -
YUV 164.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 195 144 186 0 0.26 0.05 0.24 310.59 0.3 0.66
Hex C3 90 BA 0 1A 5 18 137 1E 42
Octal 303 220 272 0 32 5 30 467 36 102
Binary 11000011 10010000 10111010 0 11010 101 11000 100110111 11110 1000010

Color Harmonies of #C390BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390BA

Black with #C390BA

Text Example


Text Example

White with #C390BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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