Html Css Color HEX #C98BAA Lily

📋 copy color: '#C98BAA'

red 201 ◦ green 139 ◦ blue 170

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

Shades of Lily #C98BAA

Tints of Lily #C98BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 39.41%
G = 27.25%
B = 33.33%

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

#C98BAA (or 0xC98BAA) is known color: Lily. HEX triplet: C9, 8B and AA. RGB value is (201,139,170). Sum of RGB (Red+Green+Blue) = 201+139+170=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAA is #367455. Grayscale: #A1A1A1. Windows color (decimal): -3568726 or 11176905. OLE color: 11176905.

HSL color Cylindrical-coordinate representation of color #C98BAA: 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.31%. Process color model (Four color, CMYK) of #C98BAA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 170 -
CMYK 0 0.31 0.15 0.21
HSL 330º 0.36% 0.67% -
HSV(B) 330º 0.31% 0.79% -
XYZ 40.58 33.79 42.41 -
YUV 161.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 201 139 170 0 0.31 0.15 0.21 330 0.36 0.67
Hex C9 8B AA 0 1F F 15 14A 24 43
Octal 311 213 252 0 37 17 25 512 44 103
Binary 11001001 10001011 10101010 0 11111 1111 10101 101001010 100100 1000011

Color Harmonies of #C98BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BAA

Black with #C98BAA

Text Example


Text Example

White with #C98BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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