Html Css Color HEX #C98BAB Lily

📋 copy color: '#C98BAB'

red 201 ◦ green 139 ◦ blue 171

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

Shades of Lily #C98BAB

Tints of Lily #C98BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.2%

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

R = 39.33%
G = 27.2%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C98BAB (or 0xC98BAB) is known color: Lily. HEX triplet: C9, 8B and AB. RGB value is (201,139,171). Sum of RGB (Red+Green+Blue) = 201+139+171=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAB is #367454. Grayscale: #A1A1A1. Windows color (decimal): -3568725 or 11242441. OLE color: 11242441.

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

Color convert

RGB 201 139 171 -
CMYK 0 0.31 0.15 0.21
HSL 329.03º 0.36% 0.67% -
HSV(B) 329.03º 0.31% 0.79% -
XYZ 40.67 33.82 42.91 -
YUV 161.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 201 139 171 0 0.31 0.15 0.21 329.03 0.36 0.67
Hex C9 8B AB 0 1F F 15 149 24 43
Octal 311 213 253 0 37 17 25 511 44 103
Binary 11001001 10001011 10101011 0 11111 1111 10101 101001001 100100 1000011

Color Harmonies of #C98BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BAB

Black with #C98BAB

Text Example


Text Example

White with #C98BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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