Html Css Color HEX #9C2363 Lipstick

📋 copy color: '#9C2363'

red 156 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #9C2363

Tints of Lipstick #9C2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 53.79%
G = 12.07%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C2363 (or 0x9C2363) is known color: Lipstick. HEX triplet: 9C, 23 and 63. RGB value is (156,35,99). Sum of RGB (Red+Green+Blue) = 156+35+99=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2363 is #63DC9C. Grayscale: #4E4E4E. Windows color (decimal): -6544541 or 6497180. OLE color: 6497180.

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

Color convert

RGB 156 35 99 -
CMYK 0 0.78 0.37 0.39
HSL 328.26º 0.63% 0.37% -
HSV(B) 328.26º 0.78% 0.61% -
XYZ 16.56 9.17 12.7 -
YUV 78.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 156 35 99 0 0.78 0.37 0.39 328.26 0.63 0.37
Hex 9C 23 63 0 4E 25 27 148 3F 25
Octal 234 43 143 0 116 45 47 510 77 45
Binary 10011100 100011 1100011 0 1001110 100101 100111 101001000 111111 100101

Color Harmonies of #9C2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2363

Black with #9C2363

Text Example


Text Example

White with #9C2363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,99); }

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

background-color css

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

 a { background-color: rgb(156,35,99); }

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

border-color css

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

 span { border-color: rgb(156,35,99); }

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