Html Css Color HEX #C98FBB Lily

📋 copy color: '#C98FBB'

red 201 ◦ green 143 ◦ blue 187

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

Shades of Lily #C98FBB

Tints of Lily #C98FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 37.85%
G = 26.93%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C98FBB (or 0xC98FBB) is known color: Lily. HEX triplet: C9, 8F and BB. RGB value is (201,143,187). Sum of RGB (Red+Green+Blue) = 201+143+187=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBB is #367044. Grayscale: #A5A5A5. Windows color (decimal): -3567685 or 12292041. OLE color: 12292041.

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

Color convert

RGB 201 143 187 -
CMYK 0 0.29 0.07 0.21
HSL 314.48º 0.35% 0.67% -
HSV(B) 314.48º 0.29% 0.79% -
XYZ 42.88 35.65 51.63 -
YUV 165.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 201 143 187 0 0.29 0.07 0.21 314.48 0.35 0.67
Hex C9 8F BB 0 1D 7 15 13A 23 43
Octal 311 217 273 0 35 7 25 472 43 103
Binary 11001001 10001111 10111011 0 11101 111 10101 100111010 100011 1000011

Color Harmonies of #C98FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FBB

Black with #C98FBB

Text Example


Text Example

White with #C98FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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