#974C4E

Color #974C4E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #974C4E

Tints of Solid Pink #974C4E

Color information

#974C4E (or 0x974C4E) is unknown color: approx Solid Pink. HEX triplet: 97, 4C and 4E. RGB value is (151,76,78). Sum of RGB (Red+Green+Blue) = 151+76+78=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #974C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974C4E is #68B3B1. Grayscale: #626262. Windows color (decimal): -6861746 or 5131415. OLE color: 5131415.

HSL color Cylindrical-coordinate representation of color #974C4E: hue angle of 358.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C4E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1517678-
CMYK00.500.480.41
HSL358.4º33.04%44.51%-
HSV(B)358.4º49.67%59.22%-
XYZ16.7212.38.7-
YUV98.65116.35165.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=49.51%
G=24.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151767800.500.480.41358.433.0444.51
Hex974C4E0323029166212d
Octal22711411606260515464155
Binary10010111100110010011100110010110000101001101100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974C4E; }

 p { color: rgb(151,76,78); }

 H1.HeaderClassName
 {
   color: #974C4E;
 }
 .AnyTagClassName
 {
   color: #974C4E;
 }
</style>
background-color css

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

 a { background-color: rgb(151,76,78); }

 div.DivClassName
 {
   background-color: #974C4E;
 }
 .BgClassName
 {
   background-color: #974C4E;
 }
</style>
border-color css

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

 span { border-color: rgb(151,76,78); }

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