Html Css Color HEX #992C6C Lipstick

📋 copy color: '#992C6C'

red 153 ◦ green 44 ◦ blue 108

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

Shades of Lipstick #992C6C

Tints of Lipstick #992C6C

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 50.16%
G = 14.43%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#992C6C (or 0x992C6C) is known color: Lipstick. HEX triplet: 99, 2C and 6C. RGB value is (153,44,108). Sum of RGB (Red+Green+Blue) = 153+44+108=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C6C is #66D393. Grayscale: #535353. Windows color (decimal): -6738836 or 7089305. OLE color: 7089305.

HSL color Cylindrical-coordinate representation of color #992C6C: hue angle of 324.77º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C6C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 108 -
CMYK 0 0.71 0.29 0.4
HSL 324.77º 0.55% 0.39% -
HSV(B) 324.77º 0.71% 0.6% -
XYZ 16.74 9.66 15.17 -
YUV 83.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 153 44 108 0 0.71 0.29 0.4 324.77 0.55 0.39
Hex 99 2C 6C 0 47 1D 28 145 37 27
Octal 231 54 154 0 107 35 50 505 67 47
Binary 10011001 101100 1101100 0 1000111 11101 101000 101000101 110111 100111

Color Harmonies of #992C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C6C

Black with #992C6C

Text Example


Text Example

White with #992C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992C6C; }

 p { color: rgb(153,44,108); }

 H1.HeaderClassName
 {
   color: #992C6C;
 }
 .AnyTagClassName
 {
   color: #992C6C;
 }
</style>

background-color css

<style>
 a { background-color: #992C6C; }

 a { background-color: rgb(153,44,108); }

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

border-color css

<style>
 span { border-color: #992C6C; }

 span { border-color: rgb(153,44,108); }

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