Html Css Color HEX #95424C Solid Pink

📋 copy color: '#95424C'

red 149 ◦ green 66 ◦ blue 76

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

Shades of Solid Pink #95424C

Tints of Solid Pink #95424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 51.2%
G = 22.68%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95424C (or 0x95424C) is known color: Solid Pink. HEX triplet: 95, 42 and 4C. RGB value is (149,66,76). Sum of RGB (Red+Green+Blue) = 149+66+76=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95424C is #6ABDB3. Grayscale: #5B5B5B. Windows color (decimal): -6995380 or 4997781. OLE color: 4997781.

HSL color Cylindrical-coordinate representation of color #95424C: hue angle of 352.77º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95424C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 76 -
CMYK 0 0.56 0.49 0.42
HSL 352.77º 0.39% 0.42% -
HSV(B) 352.77º 0.56% 0.58% -
XYZ 15.65 10.81 8.1 -
YUV 91.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 149 66 76 0 0.56 0.49 0.42 352.77 0.39 0.42
Hex 95 42 4C 0 38 31 2A 161 27 2A
Octal 225 102 114 0 70 61 52 541 47 52
Binary 10010101 1000010 1001100 0 111000 110001 101010 101100001 100111 101010

Color Harmonies of #95424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95424C

Black with #95424C

Text Example


Text Example

White with #95424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95424C; }

 p { color: rgb(149,66,76); }

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

background-color css

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

 a { background-color: rgb(149,66,76); }

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

border-color css

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

 span { border-color: rgb(149,66,76); }

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