Html Css Color HEX #8C5568 Cannon Pink

📋 copy color: '#8C5568'

red 140 ◦ green 85 ◦ blue 104

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

Shades of Cannon Pink #8C5568

Tints of Cannon Pink #8C5568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 42.55%
G = 25.84%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C5568 (or 0x8C5568) is known color: Cannon Pink. HEX triplet: 8C, 55 and 68. RGB value is (140,85,104). Sum of RGB (Red+Green+Blue) = 140+85+104=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5568 is #73AA97. Grayscale: #676767. Windows color (decimal): -7580312 or 6837644. OLE color: 6837644.

HSL color Cylindrical-coordinate representation of color #8C5568: hue angle of 339.27º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5568 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 104 -
CMYK 0 0.39 0.26 0.45
HSL 339.27º 0.24% 0.44% -
HSV(B) 339.27º 0.39% 0.55% -
XYZ 16.56 13.07 14.75 -
YUV 103.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 140 85 104 0 0.39 0.26 0.45 339.27 0.24 0.44
Hex 8C 55 68 0 27 1A 2D 153 18 2C
Octal 214 125 150 0 47 32 55 523 30 54
Binary 10001100 1010101 1101000 0 100111 11010 101101 101010011 11000 101100

Color Harmonies of #8C5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5568

Black with #8C5568

Text Example


Text Example

White with #8C5568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,104); }

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

background-color css

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

 a { background-color: rgb(140,85,104); }

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

border-color css

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

 span { border-color: rgb(140,85,104); }

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