Html Css Color HEX #95434B Solid Pink

📋 copy color: '#95434B'

red 149 ◦ green 67 ◦ blue 75

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

Shades of Solid Pink #95434B

Tints of Solid Pink #95434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 51.2%
G = 23.02%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95434B (or 0x95434B) is known color: Solid Pink. HEX triplet: 95, 43 and 4B. RGB value is (149,67,75). Sum of RGB (Red+Green+Blue) = 149+67+75=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95434B is #6ABCB4. Grayscale: #5C5C5C. Windows color (decimal): -6995125 or 4932501. OLE color: 4932501.

HSL color Cylindrical-coordinate representation of color #95434B: hue angle of 354.15º 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 #95434B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 75 -
CMYK 0 0.55 0.50 0.42
HSL 354.15º 0.38% 0.42% -
HSV(B) 354.15º 0.55% 0.58% -
XYZ 15.67 10.91 7.94 -
YUV 92.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 149 67 75 0 0.55 0.50 0.42 354.15 0.38 0.42
Hex 95 43 4B 0 37 32 2A 162 26 2A
Octal 225 103 113 0 67 62 52 542 46 52
Binary 10010101 1000011 1001011 0 110111 110010 101010 101100010 100110 101010

Color Harmonies of #95434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95434B

Black with #95434B

Text Example


Text Example

White with #95434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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