Html Css Color HEX #975055 Solid Pink

📋 copy color: '#975055'

red 151 ◦ green 80 ◦ blue 85

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

Shades of Solid Pink #975055

Tints of Solid Pink #975055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 47.78%
G = 25.32%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975055 (or 0x975055) is known color: Solid Pink. HEX triplet: 97, 50 and 55. RGB value is (151,80,85). Sum of RGB (Red+Green+Blue) = 151+80+85=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #975055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975055 is #68AFAA. Grayscale: #656565. Windows color (decimal): -6860715 or 5591191. OLE color: 5591191.

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

Color convert

RGB 151 80 85 -
CMYK 0 0.47 0.44 0.41
HSL 355.77º 0.31% 0.45% -
HSV(B) 355.77º 0.47% 0.59% -
XYZ 17.27 12.97 10.19 -
YUV 101.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 151 80 85 0 0.47 0.44 0.41 355.77 0.31 0.45
Hex 97 50 55 0 2F 2C 29 164 1F 2D
Octal 227 120 125 0 57 54 51 544 37 55
Binary 10010111 1010000 1010101 0 101111 101100 101001 101100100 11111 101101

Color Harmonies of #975055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975055

Black with #975055

Text Example


Text Example

White with #975055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975055; }

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

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

background-color css

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

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

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

border-color css

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

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

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