Html Css Color HEX #8C5069 Cannon Pink

📋 copy color: '#8C5069'

red 140 ◦ green 80 ◦ blue 105

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

Shades of Cannon Pink #8C5069

Tints of Cannon Pink #8C5069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.31%

R = 43.08%
G = 24.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C5069 (or 0x8C5069) is known color: Cannon Pink. HEX triplet: 8C, 50 and 69. RGB value is (140,80,105). Sum of RGB (Red+Green+Blue) = 140+80+105=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5069 is #73AF96. Grayscale: #646464. Windows color (decimal): -7581591 or 6901900. OLE color: 6901900.

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

Color convert

RGB 140 80 105 -
CMYK 0 0.43 0.25 0.45
HSL 335º 0.27% 0.43% -
HSV(B) 335º 0.43% 0.55% -
XYZ 16.23 12.33 14.89 -
YUV 100.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 140 80 105 0 0.43 0.25 0.45 335 0.27 0.43
Hex 8C 50 69 0 2B 19 2D 14F 1B 2B
Octal 214 120 151 0 53 31 55 517 33 53
Binary 10001100 1010000 1101001 0 101011 11001 101101 101001111 11011 101011

Color Harmonies of #8C5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5069

Black with #8C5069

Text Example


Text Example

White with #8C5069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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