Html Css Color HEX #C993B9 Lily

📋 copy color: '#C993B9'

red 201 ◦ green 147 ◦ blue 185

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

Shades of Lily #C993B9

Tints of Lily #C993B9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.58%

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 37.71%
G = 27.58%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C993B9 (or 0xC993B9) is known color: Lily. HEX triplet: C9, 93 and B9. RGB value is (201,147,185). Sum of RGB (Red+Green+Blue) = 201+147+185=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993B9 is #366C46. Grayscale: #A7A7A7. Windows color (decimal): -3566663 or 12161993. OLE color: 12161993.

HSL color Cylindrical-coordinate representation of color #C993B9: hue angle of 317.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993B9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 185 -
CMYK 0 0.27 0.08 0.21
HSL 317.78º 0.33% 0.68% -
HSV(B) 317.78º 0.27% 0.79% -
XYZ 43.28 36.79 50.72 -
YUV 167.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 201 147 185 0 0.27 0.08 0.21 317.78 0.33 0.68
Hex C9 93 B9 0 1B 8 15 13E 21 44
Octal 311 223 271 0 33 10 25 476 41 104
Binary 11001001 10010011 10111001 0 11011 1000 10101 100111110 100001 1000100

Color Harmonies of #C993B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993B9

Black with #C993B9

Text Example


Text Example

White with #C993B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993B9; }

 p { color: rgb(201,147,185); }

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

background-color css

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

 a { background-color: rgb(201,147,185); }

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

border-color css

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

 span { border-color: rgb(201,147,185); }

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