Html Css Color HEX #9C2462 Lipstick

📋 copy color: '#9C2462'

red 156 ◦ green 36 ◦ blue 98

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

Shades of Lipstick #9C2462

Tints of Lipstick #9C2462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 53.79%
G = 12.41%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C2462 (or 0x9C2462) is known color: Lipstick. HEX triplet: 9C, 24 and 62. RGB value is (156,36,98). Sum of RGB (Red+Green+Blue) = 156+36+98=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2462 is #63DB9D. Grayscale: #4E4E4E. Windows color (decimal): -6544286 or 6431900. OLE color: 6431900.

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

Color convert

RGB 156 36 98 -
CMYK 0 0.77 0.37 0.39
HSL 329º 0.63% 0.38% -
HSV(B) 329º 0.77% 0.61% -
XYZ 16.55 9.21 12.46 -
YUV 78.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 156 36 98 0 0.77 0.37 0.39 329 0.63 0.38
Hex 9C 24 62 0 4D 25 27 149 3E 26
Octal 234 44 142 0 115 45 47 511 76 46
Binary 10011100 100100 1100010 0 1001101 100101 100111 101001001 111110 100110

Color Harmonies of #9C2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2462

Black with #9C2462

Text Example


Text Example

White with #9C2462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,36,98); }

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

background-color css

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

 a { background-color: rgb(156,36,98); }

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

border-color css

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

 span { border-color: rgb(156,36,98); }

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