Html Css Color HEX #C981B9 Lily

📋 copy color: '#C981B9'

red 201 ◦ green 129 ◦ blue 185

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

Shades of Lily #C981B9

Tints of Lily #C981B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.05%

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

R = 39.03%
G = 25.05%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C981B9 (or 0xC981B9) is known color: Lily. HEX triplet: C9, 81 and B9. RGB value is (201,129,185). Sum of RGB (Red+Green+Blue) = 201+129+185=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C981B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981B9 is #367E46. Grayscale: #9C9C9C. Windows color (decimal): -3571271 or 12157385. OLE color: 12157385.

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

Color convert

RGB 201 129 185 -
CMYK 0 0.36 0.08 0.21
HSL 313.33º 0.4% 0.65% -
HSV(B) 313.33º 0.36% 0.79% -
XYZ 40.69 31.62 49.86 -
YUV 156.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 201 129 185 0 0.36 0.08 0.21 313.33 0.4 0.65
Hex C9 81 B9 0 24 8 15 139 28 41
Octal 311 201 271 0 44 10 25 471 50 101
Binary 11001001 10000001 10111001 0 100100 1000 10101 100111001 101000 1000001

Color Harmonies of #C981B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981B9

Black with #C981B9

Text Example


Text Example

White with #C981B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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