Html Css Color HEX #9C295E Lipstick

📋 copy color: '#9C295E'

red 156 ◦ green 41 ◦ blue 94

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

Shades of Lipstick #9C295E

Tints of Lipstick #9C295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 53.61%
G = 14.09%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C295E (or 0x9C295E) is known color: Lipstick. HEX triplet: 9C, 29 and 5E. RGB value is (156,41,94). Sum of RGB (Red+Green+Blue) = 156+41+94=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C295E is #63D6A1. Grayscale: #515151. Windows color (decimal): -6543010 or 6171036. OLE color: 6171036.

HSL color Cylindrical-coordinate representation of color #9C295E: hue angle of 332.35º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C295E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 41 94 -
CMYK 0 0.74 0.40 0.39
HSL 332.35º 0.58% 0.39% -
HSV(B) 332.35º 0.74% 0.61% -
XYZ 16.52 9.46 11.55 -
YUV 81.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 156 41 94 0 0.74 0.40 0.39 332.35 0.58 0.39
Hex 9C 29 5E 0 4A 28 27 14C 3A 27
Octal 234 51 136 0 112 50 47 514 72 47
Binary 10011100 101001 1011110 0 1001010 101000 100111 101001100 111010 100111

Color Harmonies of #9C295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C295E

Black with #9C295E

Text Example


Text Example

White with #9C295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,94); }

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

background-color css

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

 a { background-color: rgb(156,41,94); }

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

border-color css

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

 span { border-color: rgb(156,41,94); }

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