Html Css Color HEX #8C5363 Cannon Pink

📋 copy color: '#8C5363'

red 140 ◦ green 83 ◦ blue 99

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

Shades of Cannon Pink #8C5363

Tints of Cannon Pink #8C5363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 43.48%
G = 25.78%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C5363 (or 0x8C5363) is known color: Cannon Pink. HEX triplet: 8C, 53 and 63. RGB value is (140,83,99). Sum of RGB (Red+Green+Blue) = 140+83+99=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5363 is #73AC9C. Grayscale: #656565. Windows color (decimal): -7580829 or 6509452. OLE color: 6509452.

HSL color Cylindrical-coordinate representation of color #8C5363: hue angle of 343.16º 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 #8C5363 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 83 99 -
CMYK 0 0.41 0.29 0.45
HSL 343.16º 0.26% 0.44% -
HSV(B) 343.16º 0.41% 0.55% -
XYZ 16.16 12.66 13.4 -
YUV 101.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 140 83 99 0 0.41 0.29 0.45 343.16 0.26 0.44
Hex 8C 53 63 0 29 1D 2D 157 1A 2C
Octal 214 123 143 0 51 35 55 527 32 54
Binary 10001100 1010011 1100011 0 101001 11101 101101 101010111 11010 101100

Color Harmonies of #8C5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5363

Black with #8C5363

Text Example


Text Example

White with #8C5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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