Html Css Color HEX #8C4462 Cannon Pink

📋 copy color: '#8C4462'

red 140 ◦ green 68 ◦ blue 98

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

Shades of Cannon Pink #8C4462

Tints of Cannon Pink #8C4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 45.75%
G = 22.22%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C4462 (or 0x8C4462) is known color: Cannon Pink. HEX triplet: 8C, 44 and 62. RGB value is (140,68,98). Sum of RGB (Red+Green+Blue) = 140+68+98=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4462 is #73BB9D. Grayscale: #5C5C5C. Windows color (decimal): -7584670 or 6440076. OLE color: 6440076.

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

Color convert

RGB 140 68 98 -
CMYK 0 0.51 0.3 0.45
HSL 335º 0.35% 0.41% -
HSV(B) 335º 0.51% 0.55% -
XYZ 15.09 10.59 12.8 -
YUV 92.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 140 68 98 0 0.51 0.3 0.45 335 0.35 0.41
Hex 8C 44 62 0 33 1E 2D 14F 23 29
Octal 214 104 142 0 63 36 55 517 43 51
Binary 10001100 1000100 1100010 0 110011 11110 101101 101001111 100011 101001

Color Harmonies of #8C4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4462

Black with #8C4462

Text Example


Text Example

White with #8C4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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