Html Css Color HEX #9C225D Lipstick

📋 copy color: '#9C225D'

red 156 ◦ green 34 ◦ blue 93

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

Shades of Lipstick #9C225D

Tints of Lipstick #9C225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 55.12%
G = 12.01%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C225D (or 0x9C225D) is known color: Lipstick. HEX triplet: 9C, 22 and 5D. RGB value is (156,34,93). Sum of RGB (Red+Green+Blue) = 156+34+93=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C225D is #63DDA2. Grayscale: #4D4D4D. Windows color (decimal): -6544803 or 6103708. OLE color: 6103708.

HSL color Cylindrical-coordinate representation of color #9C225D: hue angle of 330.98º degrees, saturation: 0.64, 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 #9C225D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 34 93 -
CMYK 0 0.78 0.40 0.39
HSL 330.98º 0.64% 0.37% -
HSV(B) 330.98º 0.78% 0.61% -
XYZ 16.26 9 11.24 -
YUV 77.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 156 34 93 0 0.78 0.40 0.39 330.98 0.64 0.37
Hex 9C 22 5D 0 4E 28 27 14B 40 25
Octal 234 42 135 0 116 50 47 513 100 45
Binary 10011100 100010 1011101 0 1001110 101000 100111 101001011 1000000 100101

Color Harmonies of #9C225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C225D

Black with #9C225D

Text Example


Text Example

White with #9C225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,34,93); }

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

background-color css

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

 a { background-color: rgb(156,34,93); }

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

border-color css

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

 span { border-color: rgb(156,34,93); }

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