Html Css Color HEX #C981AF Lily

📋 copy color: '#C981AF'

red 201 ◦ green 129 ◦ blue 175

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

Shades of Lily #C981AF

Tints of Lily #C981AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 39.8%
G = 25.54%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C981AF (or 0xC981AF) is known color: Lily. HEX triplet: C9, 81 and AF. RGB value is (201,129,175). Sum of RGB (Red+Green+Blue) = 201+129+175=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C981AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C981AF is #367E50. Grayscale: #9B9B9B. Windows color (decimal): -3571281 or 11502025. OLE color: 11502025.

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

Color convert

RGB 201 129 175 -
CMYK 0 0.36 0.13 0.21
HSL 321.67º 0.4% 0.65% -
HSV(B) 321.67º 0.36% 0.79% -
XYZ 39.68 31.21 44.49 -
YUV 155.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 201 129 175 0 0.36 0.13 0.21 321.67 0.4 0.65
Hex C9 81 AF 0 24 D 15 142 28 41
Octal 311 201 257 0 44 15 25 502 50 101
Binary 11001001 10000001 10101111 0 100100 1101 10101 101000010 101000 1000001

Color Harmonies of #C981AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981AF

Black with #C981AF

Text Example


Text Example

White with #C981AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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