Html Css Color HEX #C99FBA Lily

📋 copy color: '#C99FBA'

red 201 ◦ green 159 ◦ blue 186

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

Shades of Lily #C99FBA

Tints of Lily #C99FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 36.81%
G = 29.12%
B = 34.07%

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

#C99FBA (or 0xC99FBA) is known color: Lily. HEX triplet: C9, 9F and BA. RGB value is (201,159,186). Sum of RGB (Red+Green+Blue) = 201+159+186=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBA is #366045. Grayscale: #AEAEAE. Windows color (decimal): -3563590 or 12230601. OLE color: 12230601.

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

Color convert

RGB 201 159 186 -
CMYK 0 0.21 0.07 0.21
HSL 321.43º 0.28% 0.71% -
HSV(B) 321.43º 0.21% 0.79% -
XYZ 45.35 40.76 51.93 -
YUV 174.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 201 159 186 0 0.21 0.07 0.21 321.43 0.28 0.71
Hex C9 9F BA 0 15 7 15 141 1C 47
Octal 311 237 272 0 25 7 25 501 34 107
Binary 11001001 10011111 10111010 0 10101 111 10101 101000001 11100 1000111

Color Harmonies of #C99FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FBA

Black with #C99FBA

Text Example


Text Example

White with #C99FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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