Html Css Color HEX #992C65 Lipstick

📋 copy color: '#992C65'

red 153 ◦ green 44 ◦ blue 101

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

Shades of Lipstick #992C65

Tints of Lipstick #992C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 51.34%
G = 14.77%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992C65 (or 0x992C65) is known color: Lipstick. HEX triplet: 99, 2C and 65. RGB value is (153,44,101). Sum of RGB (Red+Green+Blue) = 153+44+101=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #992C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C65 is #66D39A. Grayscale: #525252. Windows color (decimal): -6738843 or 6630553. OLE color: 6630553.

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

Color convert

RGB 153 44 101 -
CMYK 0 0.71 0.34 0.4
HSL 328.62º 0.55% 0.39% -
HSV(B) 328.62º 0.71% 0.6% -
XYZ 16.39 9.51 13.28 -
YUV 83.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 153 44 101 0 0.71 0.34 0.4 328.62 0.55 0.39
Hex 99 2C 65 0 47 22 28 149 37 27
Octal 231 54 145 0 107 42 50 511 67 47
Binary 10011001 101100 1100101 0 1000111 100010 101000 101001001 110111 100111

Color Harmonies of #992C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C65

Black with #992C65

Text Example


Text Example

White with #992C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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