Html Css Color HEX #C98BAE Lily

📋 copy color: '#C98BAE'

red 201 ◦ green 139 ◦ blue 174

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

Shades of Lily #C98BAE

Tints of Lily #C98BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 39.11%
G = 27.04%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C98BAE (or 0xC98BAE) is known color: Lily. HEX triplet: C9, 8B and AE. RGB value is (201,139,174). Sum of RGB (Red+Green+Blue) = 201+139+174=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAE is #367451. Grayscale: #A1A1A1. Windows color (decimal): -3568722 or 11439049. OLE color: 11439049.

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

Color convert

RGB 201 139 174 -
CMYK 0 0.31 0.13 0.21
HSL 326.13º 0.36% 0.67% -
HSV(B) 326.13º 0.31% 0.79% -
XYZ 40.96 33.94 44.44 -
YUV 161.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 201 139 174 0 0.31 0.13 0.21 326.13 0.36 0.67
Hex C9 8B AE 0 1F D 15 146 24 43
Octal 311 213 256 0 37 15 25 506 44 103
Binary 11001001 10001011 10101110 0 11111 1101 10101 101000110 100100 1000011

Color Harmonies of #C98BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BAE

Black with #C98BAE

Text Example


Text Example

White with #C98BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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