Html Css Color HEX #C99FBB Lily

📋 copy color: '#C99FBB'

red 201 ◦ green 159 ◦ blue 187

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

Shades of Lily #C99FBB

Tints of Lily #C99FBB

RGB

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

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

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

R = 36.75%
G = 29.07%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C99FBB (or 0xC99FBB) is known color: Lily. HEX triplet: C9, 9F and BB. RGB value is (201,159,187). Sum of RGB (Red+Green+Blue) = 201+159+187=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBB is #366044. Grayscale: #AEAEAE. Windows color (decimal): -3563589 or 12296137. OLE color: 12296137.

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

Color convert

RGB 201 159 187 -
CMYK 0 0.21 0.07 0.21
HSL 320º 0.28% 0.71% -
HSV(B) 320º 0.21% 0.79% -
XYZ 45.46 40.8 52.49 -
YUV 174.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 201 159 187 0 0.21 0.07 0.21 320 0.28 0.71
Hex C9 9F BB 0 15 7 15 140 1C 47
Octal 311 237 273 0 25 7 25 500 34 107
Binary 11001001 10011111 10111011 0 10101 111 10101 101000000 11100 1000111

Color Harmonies of #C99FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FBB

Black with #C99FBB

Text Example


Text Example

White with #C99FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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