Html Css Color HEX #9C375C Lipstick

📋 copy color: '#9C375C'

red 156 ◦ green 55 ◦ blue 92

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

Shades of Lipstick #9C375C

Tints of Lipstick #9C375C

RGB

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

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

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

R = 51.49%
G = 18.15%
B = 30.36%

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

#9C375C (or 0x9C375C) is known color: Lipstick. HEX triplet: 9C, 37 and 5C. RGB value is (156,55,92). Sum of RGB (Red+Green+Blue) = 156+55+92=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C375C is #63C8A3. Grayscale: #595959. Windows color (decimal): -6539428 or 6043548. OLE color: 6043548.

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

Color convert

RGB 156 55 92 -
CMYK 0 0.65 0.41 0.39
HSL 338.02º 0.48% 0.41% -
HSV(B) 338.02º 0.65% 0.61% -
XYZ 17.01 10.57 11.27 -
YUV 89.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 156 55 92 0 0.65 0.41 0.39 338.02 0.48 0.41
Hex 9C 37 5C 0 41 29 27 152 30 29
Octal 234 67 134 0 101 51 47 522 60 51
Binary 10011100 110111 1011100 0 1000001 101001 100111 101010010 110000 101001

Color Harmonies of #9C375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C375C

Black with #9C375C

Text Example


Text Example

White with #9C375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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