Html Css Color HEX #95434D Solid Pink

📋 copy color: '#95434D'

red 149 ◦ green 67 ◦ blue 77

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

Shades of Solid Pink #95434D

Tints of Solid Pink #95434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 50.85%
G = 22.87%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95434D (or 0x95434D) is known color: Solid Pink. HEX triplet: 95, 43 and 4D. RGB value is (149,67,77). Sum of RGB (Red+Green+Blue) = 149+67+77=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95434D is #6ABCB2. Grayscale: #5C5C5C. Windows color (decimal): -6995123 or 5063573. OLE color: 5063573.

HSL color Cylindrical-coordinate representation of color #95434D: hue angle of 352.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95434D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 77 -
CMYK 0 0.55 0.48 0.42
HSL 352.68º 0.38% 0.42% -
HSV(B) 352.68º 0.55% 0.58% -
XYZ 15.74 10.94 8.3 -
YUV 92.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 149 67 77 0 0.55 0.48 0.42 352.68 0.38 0.42
Hex 95 43 4D 0 37 30 2A 161 26 2A
Octal 225 103 115 0 67 60 52 541 46 52
Binary 10010101 1000011 1001101 0 110111 110000 101010 101100001 100110 101010

Color Harmonies of #95434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95434D

Black with #95434D

Text Example


Text Example

White with #95434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95434D; }

 p { color: rgb(149,67,77); }

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

background-color css

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

 a { background-color: rgb(149,67,77); }

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

border-color css

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

 span { border-color: rgb(149,67,77); }

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