Html Css Color HEX #C984B6 Lily

📋 copy color: '#C984B6'

red 201 ◦ green 132 ◦ blue 182

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

Shades of Lily #C984B6

Tints of Lily #C984B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 39.03%
G = 25.63%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C984B6 (or 0xC984B6) is known color: Lily. HEX triplet: C9, 84 and B6. RGB value is (201,132,182). Sum of RGB (Red+Green+Blue) = 201+132+182=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C984B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984B6 is #367B49. Grayscale: #9E9E9E. Windows color (decimal): -3570506 or 11961545. OLE color: 11961545.

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

Color convert

RGB 201 132 182 -
CMYK 0 0.34 0.09 0.21
HSL 316.52º 0.39% 0.65% -
HSV(B) 316.52º 0.34% 0.79% -
XYZ 40.78 32.3 48.34 -
YUV 158.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 201 132 182 0 0.34 0.09 0.21 316.52 0.39 0.65
Hex C9 84 B6 0 22 9 15 13D 27 41
Octal 311 204 266 0 42 11 25 475 47 101
Binary 11001001 10000100 10110110 0 100010 1001 10101 100111101 100111 1000001

Color Harmonies of #C984B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984B6

Black with #C984B6

Text Example


Text Example

White with #C984B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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