Html Css Color HEX #9C194E Lipstick

📋 copy color: '#9C194E'

red 156 ◦ green 25 ◦ blue 78

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

Shades of Lipstick #9C194E

Tints of Lipstick #9C194E

RGB

 RED value IS 156 (61.33% from 255) = 60.23%

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 60.23%
G = 9.65%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C194E (or 0x9C194E) is known color: Lipstick. HEX triplet: 9C, 19 and 4E. RGB value is (156,25,78). Sum of RGB (Red+Green+Blue) = 156+25+78=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C194E is #63E6B1. Grayscale: #464646. Windows color (decimal): -6547122 or 5118364. OLE color: 5118364.

HSL color Cylindrical-coordinate representation of color #9C194E: hue angle of 335.73º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C194E is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 25 78 -
CMYK 0 0.84 0.5 0.39
HSL 335.73º 0.72% 0.35% -
HSV(B) 335.73º 0.84% 0.61% -
XYZ 15.43 8.31 8 -
YUV 70.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 156 25 78 0 0.84 0.5 0.39 335.73 0.72 0.35
Hex 9C 19 4E 0 54 32 27 150 48 23
Octal 234 31 116 0 124 62 47 520 110 43
Binary 10011100 11001 1001110 0 1010100 110010 100111 101010000 1001000 100011

Color Harmonies of #9C194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C194E

Black with #9C194E

Text Example


Text Example

White with #9C194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C194E; }

 p { color: rgb(156,25,78); }

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

background-color css

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

 a { background-color: rgb(156,25,78); }

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

border-color css

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

 span { border-color: rgb(156,25,78); }

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