Html Css Color HEX #995254 Solid Pink

📋 copy color: '#995254'

red 153 ◦ green 82 ◦ blue 84

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

Shades of Solid Pink #995254

Tints of Solid Pink #995254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 47.96%
G = 25.71%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#995254 (or 0x995254) is known color: Solid Pink. HEX triplet: 99, 52 and 54. RGB value is (153,82,84). Sum of RGB (Red+Green+Blue) = 153+82+84=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995254 is #66ADAB. Grayscale: #676767. Windows color (decimal): -6729132 or 5526169. OLE color: 5526169.

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

Color convert

RGB 153 82 84 -
CMYK 0 0.46 0.45 0.4
HSL 358.31º 0.3% 0.46% -
HSV(B) 358.31º 0.46% 0.6% -
XYZ 17.75 13.45 10.05 -
YUV 103.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 153 82 84 0 0.46 0.45 0.4 358.31 0.3 0.46
Hex 99 52 54 0 2E 2D 28 166 1E 2E
Octal 231 122 124 0 56 55 50 546 36 56
Binary 10011001 1010010 1010100 0 101110 101101 101000 101100110 11110 101110

Color Harmonies of #995254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995254

Black with #995254

Text Example


Text Example

White with #995254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995254; }

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

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

background-color css

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

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

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

border-color css

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

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

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