Html Css Color HEX #C993BD Lily

📋 copy color: '#C993BD'

red 201 ◦ green 147 ◦ blue 189

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

Shades of Lily #C993BD

Tints of Lily #C993BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 37.43%
G = 27.37%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C993BD (or 0xC993BD) is known color: Lily. HEX triplet: C9, 93 and BD. RGB value is (201,147,189). Sum of RGB (Red+Green+Blue) = 201+147+189=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C993BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993BD is #366C42. Grayscale: #A7A7A7. Windows color (decimal): -3566659 or 12424137. OLE color: 12424137.

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

Color convert

RGB 201 147 189 -
CMYK 0 0.27 0.06 0.21
HSL 313.33º 0.33% 0.68% -
HSV(B) 313.33º 0.27% 0.79% -
XYZ 43.71 36.96 52.97 -
YUV 167.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 201 147 189 0 0.27 0.06 0.21 313.33 0.33 0.68
Hex C9 93 BD 0 1B 6 15 139 21 44
Octal 311 223 275 0 33 6 25 471 41 104
Binary 11001001 10010011 10111101 0 11011 110 10101 100111001 100001 1000100

Color Harmonies of #C993BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993BD

Black with #C993BD

Text Example


Text Example

White with #C993BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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