Html Css Color HEX #954348 Solid Pink

📋 copy color: '#954348'

red 149 ◦ green 67 ◦ blue 72

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

Shades of Solid Pink #954348

Tints of Solid Pink #954348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25%

R = 51.74%
G = 23.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954348 (or 0x954348) is known color: Solid Pink. HEX triplet: 95, 43 and 48. RGB value is (149,67,72). Sum of RGB (Red+Green+Blue) = 149+67+72=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954348 is #6ABCB7. Grayscale: #5C5C5C. Windows color (decimal): -6995128 or 4735893. OLE color: 4735893.

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

Color convert

RGB 149 67 72 -
CMYK 0 0.55 0.52 0.42
HSL 356.34º 0.38% 0.42% -
HSV(B) 356.34º 0.55% 0.58% -
XYZ 15.57 10.87 7.41 -
YUV 92.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 149 67 72 0 0.55 0.52 0.42 356.34 0.38 0.42
Hex 95 43 48 0 37 34 2A 164 26 2A
Octal 225 103 110 0 67 64 52 544 46 52
Binary 10010101 1000011 1001000 0 110111 110100 101010 101100100 100110 101010

Color Harmonies of #954348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954348

Black with #954348

Text Example


Text Example

White with #954348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954348; }

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

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

background-color css

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

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

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

border-color css

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

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

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