Html Css Color HEX #8C5355 Solid Pink

📋 copy color: '#8C5355'

red 140 ◦ green 83 ◦ blue 85

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

Shades of Solid Pink #8C5355

Tints of Solid Pink #8C5355

RGB

 RED value IS 140 (55.08% from 255) = 45.45%

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 45.45%
G = 26.95%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C5355 (or 0x8C5355) is known color: Solid Pink. HEX triplet: 8C, 53 and 55. RGB value is (140,83,85). Sum of RGB (Red+Green+Blue) = 140+83+85=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5355 is #73ACAA. Grayscale: #646464. Windows color (decimal): -7580843 or 5591948. OLE color: 5591948.

HSL color Cylindrical-coordinate representation of color #8C5355: hue angle of 357.89º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5355 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 83 85 -
CMYK 0 0.41 0.39 0.45
HSL 357.89º 0.26% 0.44% -
HSV(B) 357.89º 0.41% 0.55% -
XYZ 15.55 12.42 10.17 -
YUV 100.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 140 83 85 0 0.41 0.39 0.45 357.89 0.26 0.44
Hex 8C 53 55 0 29 27 2D 166 1A 2C
Octal 214 123 125 0 51 47 55 546 32 54
Binary 10001100 1010011 1010101 0 101001 100111 101101 101100110 11010 101100

Color Harmonies of #8C5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5355

Black with #8C5355

Text Example


Text Example

White with #8C5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5355; }

 p { color: rgb(140,83,85); }

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

background-color css

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

 a { background-color: rgb(140,83,85); }

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

border-color css

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

 span { border-color: rgb(140,83,85); }

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