Html Css Color HEX #975355 Solid Pink

📋 copy color: '#975355'

red 151 ◦ green 83 ◦ blue 85

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

Shades of Solid Pink #975355

Tints of Solid Pink #975355

RGB

 RED value IS 151 (59.38% from 255) = 47.34%

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 47.34%
G = 26.02%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975355 (or 0x975355) is known color: Solid Pink. HEX triplet: 97, 53 and 55. RGB value is (151,83,85). Sum of RGB (Red+Green+Blue) = 151+83+85=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975355 is #68ACAA. Grayscale: #676767. Windows color (decimal): -6859947 or 5591959. OLE color: 5591959.

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

Color convert

RGB 151 83 85 -
CMYK 0 0.45 0.44 0.41
HSL 358.24º 0.29% 0.46% -
HSV(B) 358.24º 0.45% 0.59% -
XYZ 17.5 13.42 10.26 -
YUV 103.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 151 83 85 0 0.45 0.44 0.41 358.24 0.29 0.46
Hex 97 53 55 0 2D 2C 29 166 1D 2E
Octal 227 123 125 0 55 54 51 546 35 56
Binary 10010111 1010011 1010101 0 101101 101100 101001 101100110 11101 101110

Color Harmonies of #975355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975355

Black with #975355

Text Example


Text Example

White with #975355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975355; }

 p { color: rgb(151,83,85); }

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

background-color css

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

 a { background-color: rgb(151,83,85); }

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

border-color css

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

 span { border-color: rgb(151,83,85); }

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