Html Css Color HEX #992C68 Lipstick

📋 copy color: '#992C68'

red 153 ◦ green 44 ◦ blue 104

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

Shades of Lipstick #992C68

Tints of Lipstick #992C68

RGB

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

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

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

R = 50.83%
G = 14.62%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#992C68 (or 0x992C68) is known color: Lipstick. HEX triplet: 99, 2C and 68. RGB value is (153,44,104). Sum of RGB (Red+Green+Blue) = 153+44+104=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C68 is #66D397. Grayscale: #535353. Windows color (decimal): -6738840 or 6827161. OLE color: 6827161.

HSL color Cylindrical-coordinate representation of color #992C68: hue angle of 326.97º 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 #992C68 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 104 -
CMYK 0 0.71 0.32 0.4
HSL 326.97º 0.55% 0.39% -
HSV(B) 326.97º 0.71% 0.6% -
XYZ 16.54 9.57 14.07 -
YUV 83.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 153 44 104 0 0.71 0.32 0.4 326.97 0.55 0.39
Hex 99 2C 68 0 47 20 28 147 37 27
Octal 231 54 150 0 107 40 50 507 67 47
Binary 10011001 101100 1101000 0 1000111 100000 101000 101000111 110111 100111

Color Harmonies of #992C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C68

Black with #992C68

Text Example


Text Example

White with #992C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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