Html Css Color HEX #95464F Solid Pink

📋 copy color: '#95464F'

red 149 ◦ green 70 ◦ blue 79

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

Shades of Solid Pink #95464F

Tints of Solid Pink #95464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 50%
G = 23.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95464F (or 0x95464F) is known color: Solid Pink. HEX triplet: 95, 46 and 4F. RGB value is (149,70,79). Sum of RGB (Red+Green+Blue) = 149+70+79=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95464F is #6AB9B0. Grayscale: #5E5E5E. Windows color (decimal): -6994353 or 5195413. OLE color: 5195413.

HSL color Cylindrical-coordinate representation of color #95464F: hue angle of 353.16º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95464F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 79 -
CMYK 0 0.53 0.47 0.42
HSL 353.16º 0.36% 0.43% -
HSV(B) 353.16º 0.53% 0.58% -
XYZ 16 11.33 8.74 -
YUV 94.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 149 70 79 0 0.53 0.47 0.42 353.16 0.36 0.43
Hex 95 46 4F 0 35 2F 2A 161 24 2B
Octal 225 106 117 0 65 57 52 541 44 53
Binary 10010101 1000110 1001111 0 110101 101111 101010 101100001 100100 101011

Color Harmonies of #95464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95464F

Black with #95464F

Text Example


Text Example

White with #95464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95464F; }

 p { color: rgb(149,70,79); }

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

background-color css

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

 a { background-color: rgb(149,70,79); }

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

border-color css

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

 span { border-color: rgb(149,70,79); }

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