Html Css Color HEX #8C5862 Cannon Pink

📋 copy color: '#8C5862'

red 140 ◦ green 88 ◦ blue 98

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

Shades of Cannon Pink #8C5862

Tints of Cannon Pink #8C5862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 42.94%
G = 26.99%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C5862 (or 0x8C5862) is known color: Cannon Pink. HEX triplet: 8C, 58 and 62. RGB value is (140,88,98). Sum of RGB (Red+Green+Blue) = 140+88+98=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5862 is #73A79D. Grayscale: #686868. Windows color (decimal): -7579550 or 6445196. OLE color: 6445196.

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

Color convert

RGB 140 88 98 -
CMYK 0 0.37 0.3 0.45
HSL 348.46º 0.23% 0.45% -
HSV(B) 348.46º 0.37% 0.55% -
XYZ 16.51 13.44 13.28 -
YUV 104.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 140 88 98 0 0.37 0.3 0.45 348.46 0.23 0.45
Hex 8C 58 62 0 25 1E 2D 15C 17 2D
Octal 214 130 142 0 45 36 55 534 27 55
Binary 10001100 1011000 1100010 0 100101 11110 101101 101011100 10111 101101

Color Harmonies of #8C5862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5862

Black with #8C5862

Text Example


Text Example

White with #8C5862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,98); }

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

background-color css

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

 a { background-color: rgb(140,88,98); }

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

border-color css

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

 span { border-color: rgb(140,88,98); }

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