Html Css Color HEX #C389AF Lily

📋 copy color: '#C389AF'

red 195 ◦ green 137 ◦ blue 175

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

Shades of Lily #C389AF

Tints of Lily #C389AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.02%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 38.46%
G = 27.02%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C389AF (or 0xC389AF) is known color: Lily. HEX triplet: C3, 89 and AF. RGB value is (195,137,175). Sum of RGB (Red+Green+Blue) = 195+137+175=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C389AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389AF is #3C7650. Grayscale: #9E9E9E. Windows color (decimal): -3962449 or 11504067. OLE color: 11504067.

HSL color Cylindrical-coordinate representation of color #C389AF: hue angle of 320.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389AF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 175 -
CMYK 0 0.30 0.10 0.24
HSL 320.69º 0.33% 0.65% -
HSV(B) 320.69º 0.3% 0.76% -
XYZ 39.19 32.59 44.78 -
YUV 158.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 195 137 175 0 0.30 0.10 0.24 320.69 0.33 0.65
Hex C3 89 AF 0 1E A 18 141 21 41
Octal 303 211 257 0 36 12 30 501 41 101
Binary 11000011 10001001 10101111 0 11110 1010 11000 101000001 100001 1000001

Color Harmonies of #C389AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389AF

Black with #C389AF

Text Example


Text Example

White with #C389AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389AF; }

 p { color: rgb(195,137,175); }

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

background-color css

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

 a { background-color: rgb(195,137,175); }

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

border-color css

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

 span { border-color: rgb(195,137,175); }

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