Html Css Color HEX #C98FAB Lily

📋 copy color: '#C98FAB'

red 201 ◦ green 143 ◦ blue 171

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

Shades of Lily #C98FAB

Tints of Lily #C98FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 39.03%
G = 27.77%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C98FAB (or 0xC98FAB) is known color: Lily. HEX triplet: C9, 8F and AB. RGB value is (201,143,171). Sum of RGB (Red+Green+Blue) = 201+143+171=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98FAB is #367054. Grayscale: #A3A3A3. Windows color (decimal): -3567701 or 11243465. OLE color: 11243465.

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

Color convert

RGB 201 143 171 -
CMYK 0 0.29 0.15 0.21
HSL 331.03º 0.35% 0.67% -
HSV(B) 331.03º 0.29% 0.79% -
XYZ 41.26 35 43.11 -
YUV 163.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 201 143 171 0 0.29 0.15 0.21 331.03 0.35 0.67
Hex C9 8F AB 0 1D F 15 14B 23 43
Octal 311 217 253 0 35 17 25 513 43 103
Binary 11001001 10001111 10101011 0 11101 1111 10101 101001011 100011 1000011

Color Harmonies of #C98FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FAB

Black with #C98FAB

Text Example


Text Example

White with #C98FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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