Html Css Color HEX #955255 Solid Pink

📋 copy color: '#955255'

red 149 ◦ green 82 ◦ blue 85

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

Shades of Solid Pink #955255

Tints of Solid Pink #955255

RGB

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

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

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

R = 47.15%
G = 25.95%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#955255 (or 0x955255) is known color: Solid Pink. HEX triplet: 95, 52 and 55. RGB value is (149,82,85). Sum of RGB (Red+Green+Blue) = 149+82+85=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955255 is #6AADAA. Grayscale: #666666. Windows color (decimal): -6991275 or 5591701. OLE color: 5591701.

HSL color Cylindrical-coordinate representation of color #955255: hue angle of 357.31º 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 #955255 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 85 -
CMYK 0 0.45 0.43 0.42
HSL 357.31º 0.29% 0.45% -
HSV(B) 357.31º 0.45% 0.58% -
XYZ 17.05 13.08 10.22 -
YUV 102.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 149 82 85 0 0.45 0.43 0.42 357.31 0.29 0.45
Hex 95 52 55 0 2D 2B 2A 165 1D 2D
Octal 225 122 125 0 55 53 52 545 35 55
Binary 10010101 1010010 1010101 0 101101 101011 101010 101100101 11101 101101

Color Harmonies of #955255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955255

Black with #955255

Text Example


Text Example

White with #955255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955255; }

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

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

background-color css

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

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

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

border-color css

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

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

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