Html Css Color HEX #C99FB1 Lily

📋 copy color: '#C99FB1'

red 201 ◦ green 159 ◦ blue 177

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

Shades of Lily #C99FB1

Tints of Lily #C99FB1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 37.43%
G = 29.61%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C99FB1 (or 0xC99FB1) is known color: Lily. HEX triplet: C9, 9F and B1. RGB value is (201,159,177). Sum of RGB (Red+Green+Blue) = 201+159+177=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FB1 is #36604E. Grayscale: #ADADAD. Windows color (decimal): -3563599 or 11640777. OLE color: 11640777.

HSL color Cylindrical-coordinate representation of color #C99FB1: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FB1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 177 -
CMYK 0 0.21 0.12 0.21
HSL 334.29º 0.28% 0.71% -
HSV(B) 334.29º 0.21% 0.79% -
XYZ 44.42 40.39 47.05 -
YUV 173.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 201 159 177 0 0.21 0.12 0.21 334.29 0.28 0.71
Hex C9 9F B1 0 15 C 15 14E 1C 47
Octal 311 237 261 0 25 14 25 516 34 107
Binary 11001001 10011111 10110001 0 10101 1100 10101 101001110 11100 1000111

Color Harmonies of #C99FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FB1

Black with #C99FB1

Text Example


Text Example

White with #C99FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FB1; }

 p { color: rgb(201,159,177); }

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

background-color css

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

 a { background-color: rgb(201,159,177); }

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

border-color css

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

 span { border-color: rgb(201,159,177); }

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