Html Css Color HEX #C984B9 Lily

📋 copy color: '#C984B9'

red 201 ◦ green 132 ◦ blue 185

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

Shades of Lily #C984B9

Tints of Lily #C984B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 38.8%
G = 25.48%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C984B9 (or 0xC984B9) is known color: Lily. HEX triplet: C9, 84 and B9. RGB value is (201,132,185). Sum of RGB (Red+Green+Blue) = 201+132+185=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C984B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984B9 is #367B46. Grayscale: #9E9E9E. Windows color (decimal): -3570503 or 12158153. OLE color: 12158153.

HSL color Cylindrical-coordinate representation of color #C984B9: hue angle of 313.91º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984B9 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 185 -
CMYK 0 0.34 0.08 0.21
HSL 313.91º 0.39% 0.65% -
HSV(B) 313.91º 0.34% 0.79% -
XYZ 41.1 32.42 49.99 -
YUV 158.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 201 132 185 0 0.34 0.08 0.21 313.91 0.39 0.65
Hex C9 84 B9 0 22 8 15 13A 27 41
Octal 311 204 271 0 42 10 25 472 47 101
Binary 11001001 10000100 10111001 0 100010 1000 10101 100111010 100111 1000001

Color Harmonies of #C984B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984B9

Black with #C984B9

Text Example


Text Example

White with #C984B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984B9; }

 p { color: rgb(201,132,185); }

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

background-color css

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

 a { background-color: rgb(201,132,185); }

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

border-color css

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

 span { border-color: rgb(201,132,185); }

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