Html Css Color HEX #C984BB Lily

📋 copy color: '#C984BB'

red 201 ◦ green 132 ◦ blue 187

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

Shades of Lily #C984BB

Tints of Lily #C984BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 38.65%
G = 25.38%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C984BB (or 0xC984BB) is known color: Lily. HEX triplet: C9, 84 and BB. RGB value is (201,132,187). Sum of RGB (Red+Green+Blue) = 201+132+187=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C984BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984BB is #367B44. Grayscale: #9E9E9E. Windows color (decimal): -3570501 or 12289225. OLE color: 12289225.

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

Color convert

RGB 201 132 187 -
CMYK 0 0.34 0.07 0.21
HSL 312.17º 0.39% 0.65% -
HSV(B) 312.17º 0.34% 0.79% -
XYZ 41.31 32.51 51.11 -
YUV 158.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 201 132 187 0 0.34 0.07 0.21 312.17 0.39 0.65
Hex C9 84 BB 0 22 7 15 138 27 41
Octal 311 204 273 0 42 7 25 470 47 101
Binary 11001001 10000100 10111011 0 100010 111 10101 100111000 100111 1000001

Color Harmonies of #C984BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984BB

Black with #C984BB

Text Example


Text Example

White with #C984BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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