Html Css Color HEX #C98DAB Lily

📋 copy color: '#C98DAB'

red 201 ◦ green 141 ◦ blue 171

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

Shades of Lily #C98DAB

Tints of Lily #C98DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 39.18%
G = 27.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C98DAB (or 0xC98DAB) is known color: Lily. HEX triplet: C9, 8D and AB. RGB value is (201,141,171). Sum of RGB (Red+Green+Blue) = 201+141+171=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98DAB is #367254. Grayscale: #A2A2A2. Windows color (decimal): -3568213 or 11242953. OLE color: 11242953.

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

Color convert

RGB 201 141 171 -
CMYK 0 0.30 0.15 0.21
HSL 330º 0.36% 0.67% -
HSV(B) 330º 0.3% 0.79% -
XYZ 40.96 34.41 43.01 -
YUV 162.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 201 141 171 0 0.30 0.15 0.21 330 0.36 0.67
Hex C9 8D AB 0 1E F 15 14A 24 43
Octal 311 215 253 0 36 17 25 512 44 103
Binary 11001001 10001101 10101011 0 11110 1111 10101 101001010 100100 1000011

Color Harmonies of #C98DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DAB

Black with #C98DAB

Text Example


Text Example

White with #C98DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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