Html Css Color HEX #C981BB Lily

📋 copy color: '#C981BB'

red 201 ◦ green 129 ◦ blue 187

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

Shades of Lily #C981BB

Tints of Lily #C981BB

RGB

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

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

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

R = 38.88%
G = 24.95%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C981BB (or 0xC981BB) is known color: Lily. HEX triplet: C9, 81 and BB. RGB value is (201,129,187). Sum of RGB (Red+Green+Blue) = 201+129+187=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BB is #367E44. Grayscale: #9C9C9C. Windows color (decimal): -3571269 or 12288457. OLE color: 12288457.

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

Color convert

RGB 201 129 187 -
CMYK 0 0.36 0.07 0.21
HSL 311.67º 0.4% 0.65% -
HSV(B) 311.67º 0.36% 0.79% -
XYZ 40.91 31.71 50.98 -
YUV 157.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 201 129 187 0 0.36 0.07 0.21 311.67 0.4 0.65
Hex C9 81 BB 0 24 7 15 138 28 41
Octal 311 201 273 0 44 7 25 470 50 101
Binary 11001001 10000001 10111011 0 100100 111 10101 100111000 101000 1000001

Color Harmonies of #C981BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981BB

Black with #C981BB

Text Example


Text Example

White with #C981BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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