Html Css Color HEX #C389B0 Lily

📋 copy color: '#C389B0'

red 195 ◦ green 137 ◦ blue 176

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

Shades of Lily #C389B0

Tints of Lily #C389B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 38.39%
G = 26.97%
B = 34.65%

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

#C389B0 (or 0xC389B0) is known color: Lily. HEX triplet: C3, 89 and B0. RGB value is (195,137,176). Sum of RGB (Red+Green+Blue) = 195+137+176=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389B0 is #3C764F. Grayscale: #9E9E9E. Windows color (decimal): -3962448 or 11569603. OLE color: 11569603.

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

Color convert

RGB 195 137 176 -
CMYK 0 0.30 0.10 0.24
HSL 319.66º 0.33% 0.65% -
HSV(B) 319.66º 0.3% 0.76% -
XYZ 39.29 32.63 45.3 -
YUV 158.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 195 137 176 0 0.30 0.10 0.24 319.66 0.33 0.65
Hex C3 89 B0 0 1E A 18 140 21 41
Octal 303 211 260 0 36 12 30 500 41 101
Binary 11000011 10001001 10110000 0 11110 1010 11000 101000000 100001 1000001

Color Harmonies of #C389B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389B0

Black with #C389B0

Text Example


Text Example

White with #C389B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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