Html Css Color HEX #9C375F Lipstick

📋 copy color: '#9C375F'

red 156 ◦ green 55 ◦ blue 95

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

Shades of Lipstick #9C375F

Tints of Lipstick #9C375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 50.98%
G = 17.97%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C375F (or 0x9C375F) is known color: Lipstick. HEX triplet: 9C, 37 and 5F. RGB value is (156,55,95). Sum of RGB (Red+Green+Blue) = 156+55+95=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C375F is #63C8A0. Grayscale: #595959. Windows color (decimal): -6539425 or 6240156. OLE color: 6240156.

HSL color Cylindrical-coordinate representation of color #9C375F: hue angle of 336.24º degrees, saturation: 0.48, 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 #9C375F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 95 -
CMYK 0 0.65 0.39 0.39
HSL 336.24º 0.48% 0.41% -
HSV(B) 336.24º 0.65% 0.61% -
XYZ 17.14 10.63 11.97 -
YUV 89.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 156 55 95 0 0.65 0.39 0.39 336.24 0.48 0.41
Hex 9C 37 5F 0 41 27 27 150 30 29
Octal 234 67 137 0 101 47 47 520 60 51
Binary 10011100 110111 1011111 0 1000001 100111 100111 101010000 110000 101001

Color Harmonies of #9C375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C375F

Black with #9C375F

Text Example


Text Example

White with #9C375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,95); }

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

background-color css

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

 a { background-color: rgb(156,55,95); }

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

border-color css

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

 span { border-color: rgb(156,55,95); }

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