Html Css Color HEX #8C505B Cannon Pink

📋 copy color: '#8C505B'

red 140 ◦ green 80 ◦ blue 91

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

Shades of Cannon Pink #8C505B

Tints of Cannon Pink #8C505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 45.02%
G = 25.72%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C505B (or 0x8C505B) is known color: Cannon Pink. HEX triplet: 8C, 50 and 5B. RGB value is (140,80,91). Sum of RGB (Red+Green+Blue) = 140+80+91=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C505B is #73AFA4. Grayscale: #636363. Windows color (decimal): -7581605 or 5984396. OLE color: 5984396.

HSL color Cylindrical-coordinate representation of color #8C505B: hue angle of 349º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C505B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 91 -
CMYK 0 0.43 0.35 0.45
HSL 349º 0.27% 0.43% -
HSV(B) 349º 0.43% 0.55% -
XYZ 15.57 12.07 11.41 -
YUV 99.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 140 80 91 0 0.43 0.35 0.45 349 0.27 0.43
Hex 8C 50 5B 0 2B 23 2D 15D 1B 2B
Octal 214 120 133 0 53 43 55 535 33 53
Binary 10001100 1010000 1011011 0 101011 100011 101101 101011101 11011 101011

Color Harmonies of #8C505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C505B

Black with #8C505B

Text Example


Text Example

White with #8C505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,91); }

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

background-color css

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

 a { background-color: rgb(140,80,91); }

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

border-color css

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

 span { border-color: rgb(140,80,91); }

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