Html Css Color HEX #995455 Solid Pink

📋 copy color: '#995455'

red 153 ◦ green 84 ◦ blue 85

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

Shades of Solid Pink #995455

Tints of Solid Pink #995455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 47.52%
G = 26.09%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#995455 (or 0x995455) is known color: Solid Pink. HEX triplet: 99, 54 and 55. RGB value is (153,84,85). Sum of RGB (Red+Green+Blue) = 153+84+85=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995455 is #66ABAA. Grayscale: #686868. Windows color (decimal): -6728619 or 5592217. OLE color: 5592217.

HSL color Cylindrical-coordinate representation of color #995455: hue angle of 359.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995455 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 85 -
CMYK 0 0.45 0.44 0.4
HSL 359.13º 0.29% 0.46% -
HSV(B) 359.13º 0.45% 0.6% -
XYZ 17.95 13.77 10.31 -
YUV 104.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 153 84 85 0 0.45 0.44 0.4 359.13 0.29 0.46
Hex 99 54 55 0 2D 2C 28 167 1D 2E
Octal 231 124 125 0 55 54 50 547 35 56
Binary 10011001 1010100 1010101 0 101101 101100 101000 101100111 11101 101110

Color Harmonies of #995455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995455

Black with #995455

Text Example


Text Example

White with #995455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995455; }

 p { color: rgb(153,84,85); }

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

background-color css

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

 a { background-color: rgb(153,84,85); }

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

border-color css

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

 span { border-color: rgb(153,84,85); }

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