Html Css Color HEX #C993B2 Lily

📋 copy color: '#C993B2'

red 201 ◦ green 147 ◦ blue 178

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

Shades of Lily #C993B2

Tints of Lily #C993B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 38.21%
G = 27.95%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C993B2 (or 0xC993B2) is known color: Lily. HEX triplet: C9, 93 and B2. RGB value is (201,147,178). Sum of RGB (Red+Green+Blue) = 201+147+178=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993B2 is #366C4D. Grayscale: #A6A6A6. Windows color (decimal): -3566670 or 11703241. OLE color: 11703241.

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

Color convert

RGB 201 147 178 -
CMYK 0 0.27 0.11 0.21
HSL 325.56º 0.33% 0.68% -
HSV(B) 325.56º 0.27% 0.79% -
XYZ 42.56 36.5 46.92 -
YUV 166.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 201 147 178 0 0.27 0.11 0.21 325.56 0.33 0.68
Hex C9 93 B2 0 1B B 15 146 21 44
Octal 311 223 262 0 33 13 25 506 41 104
Binary 11001001 10010011 10110010 0 11011 1011 10101 101000110 100001 1000100

Color Harmonies of #C993B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993B2

Black with #C993B2

Text Example


Text Example

White with #C993B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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