Html Css Color HEX #8C5074 Cannon Pink

📋 copy color: '#8C5074'

red 140 ◦ green 80 ◦ blue 116

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

Shades of Cannon Pink #8C5074

Tints of Cannon Pink #8C5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 41.67%
G = 23.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C5074 (or 0x8C5074) is known color: Cannon Pink. HEX triplet: 8C, 50 and 74. RGB value is (140,80,116). Sum of RGB (Red+Green+Blue) = 140+80+116=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5074 is #73AF8B. Grayscale: #656565. Windows color (decimal): -7581580 or 7622796. OLE color: 7622796.

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

Color convert

RGB 140 80 116 -
CMYK 0 0.43 0.17 0.45
HSL 324º 0.27% 0.43% -
HSV(B) 324º 0.43% 0.55% -
XYZ 16.84 12.57 18.06 -
YUV 102.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 140 80 116 0 0.43 0.17 0.45 324 0.27 0.43
Hex 8C 50 74 0 2B 11 2D 144 1B 2B
Octal 214 120 164 0 53 21 55 504 33 53
Binary 10001100 1010000 1110100 0 101011 10001 101101 101000100 11011 101011

Color Harmonies of #8C5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5074

Black with #8C5074

Text Example


Text Example

White with #8C5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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