Html Css Color HEX #9C2968 Lipstick

📋 copy color: '#9C2968'

red 156 ◦ green 41 ◦ blue 104

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

Shades of Lipstick #9C2968

Tints of Lipstick #9C2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 51.83%
G = 13.62%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C2968 (or 0x9C2968) is known color: Lipstick. HEX triplet: 9C, 29 and 68. RGB value is (156,41,104). Sum of RGB (Red+Green+Blue) = 156+41+104=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2968 is #63D697. Grayscale: #525252. Windows color (decimal): -6543000 or 6826396. OLE color: 6826396.

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

Color convert

RGB 156 41 104 -
CMYK 0 0.74 0.33 0.39
HSL 327.13º 0.58% 0.39% -
HSV(B) 327.13º 0.74% 0.61% -
XYZ 17 9.65 14.06 -
YUV 82.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 156 41 104 0 0.74 0.33 0.39 327.13 0.58 0.39
Hex 9C 29 68 0 4A 21 27 147 3A 27
Octal 234 51 150 0 112 41 47 507 72 47
Binary 10011100 101001 1101000 0 1001010 100001 100111 101000111 111010 100111

Color Harmonies of #9C2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2968

Black with #9C2968

Text Example


Text Example

White with #9C2968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,104); }

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

background-color css

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

 a { background-color: rgb(156,41,104); }

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

border-color css

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

 span { border-color: rgb(156,41,104); }

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