Html Css Color HEX #C984B8 Lily

📋 copy color: '#C984B8'

red 201 ◦ green 132 ◦ blue 184

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

Shades of Lily #C984B8

Tints of Lily #C984B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.59%

R = 38.88%
G = 25.53%
B = 35.59%

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

#C984B8 (or 0xC984B8) is known color: Lily. HEX triplet: C9, 84 and B8. RGB value is (201,132,184). Sum of RGB (Red+Green+Blue) = 201+132+184=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C984B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984B8 is #367B47. Grayscale: #9E9E9E. Windows color (decimal): -3570504 or 12092617. OLE color: 12092617.

HSL color Cylindrical-coordinate representation of color #C984B8: hue angle of 314.78º 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 #C984B8 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 184 -
CMYK 0 0.34 0.08 0.21
HSL 314.78º 0.39% 0.65% -
HSV(B) 314.78º 0.34% 0.79% -
XYZ 40.99 32.38 49.44 -
YUV 158.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 201 132 184 0 0.34 0.08 0.21 314.78 0.39 0.65
Hex C9 84 B8 0 22 8 15 13B 27 41
Octal 311 204 270 0 42 10 25 473 47 101
Binary 11001001 10000100 10111000 0 100010 1000 10101 100111011 100111 1000001

Color Harmonies of #C984B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984B8

Black with #C984B8

Text Example


Text Example

White with #C984B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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