Html Css Color HEX #C99FBE Lily

📋 copy color: '#C99FBE'

red 201 ◦ green 159 ◦ blue 190

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

Shades of Lily #C99FBE

Tints of Lily #C99FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 36.55%
G = 28.91%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C99FBE (or 0xC99FBE) is known color: Lily. HEX triplet: C9, 9F and BE. RGB value is (201,159,190). Sum of RGB (Red+Green+Blue) = 201+159+190=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBE is #366041. Grayscale: #AFAFAF. Windows color (decimal): -3563586 or 12492745. OLE color: 12492745.

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

Color convert

RGB 201 159 190 -
CMYK 0 0.21 0.05 0.21
HSL 315.71º 0.28% 0.71% -
HSV(B) 315.71º 0.21% 0.79% -
XYZ 45.78 40.93 54.2 -
YUV 175.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 201 159 190 0 0.21 0.05 0.21 315.71 0.28 0.71
Hex C9 9F BE 0 15 5 15 13C 1C 47
Octal 311 237 276 0 25 5 25 474 34 107
Binary 11001001 10011111 10111110 0 10101 101 10101 100111100 11100 1000111

Color Harmonies of #C99FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FBE

Black with #C99FBE

Text Example


Text Example

White with #C99FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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