Html Css Color HEX #C989B0 Lily

📋 copy color: '#C989B0'

red 201 ◦ green 137 ◦ blue 176

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

Shades of Lily #C989B0

Tints of Lily #C989B0

RGB

 RED value IS 201 (78.91% from 255) = 39.11%

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

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

R = 39.11%
G = 26.65%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C989B0 (or 0xC989B0) is known color: Lily. HEX triplet: C9, 89 and B0. RGB value is (201,137,176). Sum of RGB (Red+Green+Blue) = 201+137+176=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C989B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989B0 is #36764F. Grayscale: #A0A0A0. Windows color (decimal): -3569232 or 11569609. OLE color: 11569609.

HSL color Cylindrical-coordinate representation of color #C989B0: hue angle of 323.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C989B0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 137 176 -
CMYK 0 0.32 0.12 0.21
HSL 323.44º 0.37% 0.66% -
HSV(B) 323.44º 0.32% 0.79% -
XYZ 40.87 33.44 45.38 -
YUV 160.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 201 137 176 0 0.32 0.12 0.21 323.44 0.37 0.66
Hex C9 89 B0 0 20 C 15 143 25 42
Octal 311 211 260 0 40 14 25 503 45 102
Binary 11001001 10001001 10110000 0 100000 1100 10101 101000011 100101 1000010

Color Harmonies of #C989B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C989B0

Black with #C989B0

Text Example


Text Example

White with #C989B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C989B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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