Html Css Color HEX #9C365C Lipstick

📋 copy color: '#9C365C'

red 156 ◦ green 54 ◦ blue 92

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

Shades of Lipstick #9C365C

Tints of Lipstick #9C365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 51.66%
G = 17.88%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C365C (or 0x9C365C) is known color: Lipstick. HEX triplet: 9C, 36 and 5C. RGB value is (156,54,92). Sum of RGB (Red+Green+Blue) = 156+54+92=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C365C is #63C9A3. Grayscale: #585858. Windows color (decimal): -6539684 or 6043292. OLE color: 6043292.

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

Color convert

RGB 156 54 92 -
CMYK 0 0.65 0.41 0.39
HSL 337.65º 0.49% 0.41% -
HSV(B) 337.65º 0.65% 0.61% -
XYZ 16.96 10.48 11.25 -
YUV 88.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 156 54 92 0 0.65 0.41 0.39 337.65 0.49 0.41
Hex 9C 36 5C 0 41 29 27 152 31 29
Octal 234 66 134 0 101 51 47 522 61 51
Binary 10011100 110110 1011100 0 1000001 101001 100111 101010010 110001 101001

Color Harmonies of #9C365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C365C

Black with #9C365C

Text Example


Text Example

White with #9C365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,92); }

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

background-color css

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

 a { background-color: rgb(156,54,92); }

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

border-color css

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

 span { border-color: rgb(156,54,92); }

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