Html Css Color HEX #C98AB3 Lily

📋 copy color: '#C98AB3'

red 201 ◦ green 138 ◦ blue 179

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

Shades of Lily #C98AB3

Tints of Lily #C98AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 38.8%
G = 26.64%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C98AB3 (or 0xC98AB3) is known color: Lily. HEX triplet: C9, 8A and B3. RGB value is (201,138,179). Sum of RGB (Red+Green+Blue) = 201+138+179=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AB3 is #36754C. Grayscale: #A1A1A1. Windows color (decimal): -3568973 or 11766473. OLE color: 11766473.

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

Color convert

RGB 201 138 179 -
CMYK 0 0.31 0.11 0.21
HSL 320.95º 0.37% 0.66% -
HSV(B) 320.95º 0.31% 0.79% -
XYZ 41.31 33.85 47 -
YUV 161.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 201 138 179 0 0.31 0.11 0.21 320.95 0.37 0.66
Hex C9 8A B3 0 1F B 15 141 25 42
Octal 311 212 263 0 37 13 25 501 45 102
Binary 11001001 10001010 10110011 0 11111 1011 10101 101000001 100101 1000010

Color Harmonies of #C98AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AB3

Black with #C98AB3

Text Example


Text Example

White with #C98AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AB3; }

 p { color: rgb(201,138,179); }

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

background-color css

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

 a { background-color: rgb(201,138,179); }

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

border-color css

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

 span { border-color: rgb(201,138,179); }

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