Html Css Color HEX #C993B6 Lily

📋 copy color: '#C993B6'

red 201 ◦ green 147 ◦ blue 182

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

Shades of Lily #C993B6

Tints of Lily #C993B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 37.92%
G = 27.74%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C993B6 (or 0xC993B6) is known color: Lily. HEX triplet: C9, 93 and B6. RGB value is (201,147,182). Sum of RGB (Red+Green+Blue) = 201+147+182=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C993B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993B6 is #366C49. Grayscale: #A7A7A7. Windows color (decimal): -3566666 or 11965385. OLE color: 11965385.

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

Color convert

RGB 201 147 182 -
CMYK 0 0.27 0.09 0.21
HSL 321.11º 0.33% 0.68% -
HSV(B) 321.11º 0.27% 0.79% -
XYZ 42.96 36.66 49.07 -
YUV 167.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 201 147 182 0 0.27 0.09 0.21 321.11 0.33 0.68
Hex C9 93 B6 0 1B 9 15 141 21 44
Octal 311 223 266 0 33 11 25 501 41 104
Binary 11001001 10010011 10110110 0 11011 1001 10101 101000001 100001 1000100

Color Harmonies of #C993B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993B6

Black with #C993B6

Text Example


Text Example

White with #C993B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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