Html Css Color HEX #C390AA Lily

📋 copy color: '#C390AA'

red 195 ◦ green 144 ◦ blue 170

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

Shades of Lily #C390AA

Tints of Lily #C390AA

RGB

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

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

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

R = 38.31%
G = 28.29%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C390AA (or 0xC390AA) is known color: Lily. HEX triplet: C3, 90 and AA. RGB value is (195,144,170). Sum of RGB (Red+Green+Blue) = 195+144+170=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C390AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390AA is #3C6F55. Grayscale: #A2A2A2. Windows color (decimal): -3960662 or 11178179. OLE color: 11178179.

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

Color convert

RGB 195 144 170 -
CMYK 0 0.26 0.13 0.24
HSL 329.41º 0.3% 0.66% -
HSV(B) 329.41º 0.26% 0.76% -
XYZ 39.73 34.45 42.59 -
YUV 162.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 195 144 170 0 0.26 0.13 0.24 329.41 0.3 0.66
Hex C3 90 AA 0 1A D 18 149 1E 42
Octal 303 220 252 0 32 15 30 511 36 102
Binary 11000011 10010000 10101010 0 11010 1101 11000 101001001 11110 1000010

Color Harmonies of #C390AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390AA

Black with #C390AA

Text Example


Text Example

White with #C390AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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