Html Css Color HEX #994246 Solid Pink

📋 copy color: '#994246'

red 153 ◦ green 66 ◦ blue 70

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

Shades of Solid Pink #994246

Tints of Solid Pink #994246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 52.94%
G = 22.84%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994246 (or 0x994246) is known color: Solid Pink. HEX triplet: 99, 42 and 46. RGB value is (153,66,70). Sum of RGB (Red+Green+Blue) = 153+66+70=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994246 is #66BDB9. Grayscale: #5C5C5C. Windows color (decimal): -6733242 or 4604569. OLE color: 4604569.

HSL color Cylindrical-coordinate representation of color #994246: hue angle of 357.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994246 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 70 -
CMYK 0 0.57 0.54 0.4
HSL 357.24º 0.4% 0.43% -
HSV(B) 357.24º 0.57% 0.6% -
XYZ 16.19 11.11 7.09 -
YUV 92.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 153 66 70 0 0.57 0.54 0.4 357.24 0.4 0.43
Hex 99 42 46 0 39 36 28 165 28 2B
Octal 231 102 106 0 71 66 50 545 50 53
Binary 10011001 1000010 1000110 0 111001 110110 101000 101100101 101000 101011

Color Harmonies of #994246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994246

Black with #994246

Text Example


Text Example

White with #994246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994246; }

 p { color: rgb(153,66,70); }

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

background-color css

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

 a { background-color: rgb(153,66,70); }

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

border-color css

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

 span { border-color: rgb(153,66,70); }

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