Html Css Color HEX #8C424B Solid Pink

📋 copy color: '#8C424B'

red 140 ◦ green 66 ◦ blue 75

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

Shades of Solid Pink #8C424B

Tints of Solid Pink #8C424B

RGB

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

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

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

R = 49.82%
G = 23.49%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C424B (or 0x8C424B) is known color: Solid Pink. HEX triplet: 8C, 42 and 4B. RGB value is (140,66,75). Sum of RGB (Red+Green+Blue) = 140+66+75=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C424B is #73BDB4. Grayscale: #595959. Windows color (decimal): -7585205 or 4932236. OLE color: 4932236.

HSL color Cylindrical-coordinate representation of color #8C424B: hue angle of 352.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C424B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 75 -
CMYK 0 0.53 0.46 0.45
HSL 352.7º 0.36% 0.4% -
HSV(B) 352.7º 0.53% 0.55% -
XYZ 14.03 9.98 7.84 -
YUV 89.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 140 66 75 0 0.53 0.46 0.45 352.7 0.36 0.4
Hex 8C 42 4B 0 35 2E 2D 161 24 28
Octal 214 102 113 0 65 56 55 541 44 50
Binary 10001100 1000010 1001011 0 110101 101110 101101 101100001 100100 101000

Color Harmonies of #8C424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C424B

Black with #8C424B

Text Example


Text Example

White with #8C424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,75); }

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

background-color css

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

 a { background-color: rgb(140,66,75); }

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

border-color css

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

 span { border-color: rgb(140,66,75); }

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