Html Css Color HEX #C981B6 Lily

📋 copy color: '#C981B6'

red 201 ◦ green 129 ◦ blue 182

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

Shades of Lily #C981B6

Tints of Lily #C981B6

RGB

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

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

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

R = 39.26%
G = 25.2%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C981B6 (or 0xC981B6) is known color: Lily. HEX triplet: C9, 81 and B6. RGB value is (201,129,182). Sum of RGB (Red+Green+Blue) = 201+129+182=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C981B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981B6 is #367E49. Grayscale: #9C9C9C. Windows color (decimal): -3571274 or 11960777. OLE color: 11960777.

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

Color convert

RGB 201 129 182 -
CMYK 0 0.36 0.09 0.21
HSL 315.83º 0.4% 0.65% -
HSV(B) 315.83º 0.36% 0.79% -
XYZ 40.38 31.5 48.21 -
YUV 156.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 201 129 182 0 0.36 0.09 0.21 315.83 0.4 0.65
Hex C9 81 B6 0 24 9 15 13C 28 41
Octal 311 201 266 0 44 11 25 474 50 101
Binary 11001001 10000001 10110110 0 100100 1001 10101 100111100 101000 1000001

Color Harmonies of #C981B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981B6

Black with #C981B6

Text Example


Text Example

White with #C981B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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