Html Css Color HEX #C98DAE Lily

📋 copy color: '#C98DAE'

red 201 ◦ green 141 ◦ blue 174

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

Shades of Lily #C98DAE

Tints of Lily #C98DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.33%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 38.95%
G = 27.33%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C98DAE (or 0xC98DAE) is known color: Lily. HEX triplet: C9, 8D and AE. RGB value is (201,141,174). Sum of RGB (Red+Green+Blue) = 201+141+174=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98DAE is #367251. Grayscale: #A2A2A2. Windows color (decimal): -3568210 or 11439561. OLE color: 11439561.

HSL color Cylindrical-coordinate representation of color #C98DAE: hue angle of 327º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DAE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 174 -
CMYK 0 0.30 0.13 0.21
HSL 327º 0.36% 0.67% -
HSV(B) 327º 0.3% 0.79% -
XYZ 41.25 34.52 44.53 -
YUV 162.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 201 141 174 0 0.30 0.13 0.21 327 0.36 0.67
Hex C9 8D AE 0 1E D 15 147 24 43
Octal 311 215 256 0 36 15 25 507 44 103
Binary 11001001 10001101 10101110 0 11110 1101 10101 101000111 100100 1000011

Color Harmonies of #C98DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DAE

Black with #C98DAE

Text Example


Text Example

White with #C98DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DAE; }

 p { color: rgb(201,141,174); }

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

background-color css

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

 a { background-color: rgb(201,141,174); }

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

border-color css

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

 span { border-color: rgb(201,141,174); }

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