Html Css Color HEX #955256 Solid Pink

📋 copy color: '#955256'

red 149 ◦ green 82 ◦ blue 86

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

Shades of Solid Pink #955256

Tints of Solid Pink #955256

RGB

 RED value IS 149 (58.59% from 255) = 47%

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

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 47%
G = 25.87%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955256 (or 0x955256) is known color: Solid Pink. HEX triplet: 95, 52 and 56. RGB value is (149,82,86). Sum of RGB (Red+Green+Blue) = 149+82+86=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955256 is #6AADA9. Grayscale: #666666. Windows color (decimal): -6991274 or 5657237. OLE color: 5657237.

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

Color convert

RGB 149 82 86 -
CMYK 0 0.45 0.42 0.42
HSL 356.42º 0.29% 0.45% -
HSV(B) 356.42º 0.45% 0.58% -
XYZ 17.09 13.1 10.43 -
YUV 102.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 149 82 86 0 0.45 0.42 0.42 356.42 0.29 0.45
Hex 95 52 56 0 2D 2A 2A 164 1D 2D
Octal 225 122 126 0 55 52 52 544 35 55
Binary 10010101 1010010 1010110 0 101101 101010 101010 101100100 11101 101101

Color Harmonies of #955256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955256

Black with #955256

Text Example


Text Example

White with #955256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955256; }

 p { color: rgb(149,82,86); }

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

background-color css

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

 a { background-color: rgb(149,82,86); }

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

border-color css

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

 span { border-color: rgb(149,82,86); }

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