Html Css Color HEX #9C2C6D Lipstick

📋 copy color: '#9C2C6D'

red 156 ◦ green 44 ◦ blue 109

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

Shades of Lipstick #9C2C6D

Tints of Lipstick #9C2C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 50.49%
G = 14.24%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C2C6D (or 0x9C2C6D) is known color: Lipstick. HEX triplet: 9C, 2C and 6D. RGB value is (156,44,109). Sum of RGB (Red+Green+Blue) = 156+44+109=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2C6D is #63D392. Grayscale: #545454. Windows color (decimal): -6542227 or 7154844. OLE color: 7154844.

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

Color convert

RGB 156 44 109 -
CMYK 0 0.72 0.30 0.39
HSL 325.18º 0.56% 0.39% -
HSV(B) 325.18º 0.72% 0.61% -
XYZ 17.37 9.97 15.48 -
YUV 84.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 156 44 109 0 0.72 0.30 0.39 325.18 0.56 0.39
Hex 9C 2C 6D 0 48 1E 27 145 38 27
Octal 234 54 155 0 110 36 47 505 70 47
Binary 10011100 101100 1101101 0 1001000 11110 100111 101000101 111000 100111

Color Harmonies of #9C2C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C6D

Black with #9C2C6D

Text Example


Text Example

White with #9C2C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,44,109); }

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

background-color css

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

 a { background-color: rgb(156,44,109); }

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

border-color css

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

 span { border-color: rgb(156,44,109); }

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