Html Css Color HEX #8C5567 Cannon Pink

📋 copy color: '#8C5567'

red 140 ◦ green 85 ◦ blue 103

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

Shades of Cannon Pink #8C5567

Tints of Cannon Pink #8C5567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 42.68%
G = 25.91%
B = 31.4%

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

#8C5567 (or 0x8C5567) is known color: Cannon Pink. HEX triplet: 8C, 55 and 67. RGB value is (140,85,103). Sum of RGB (Red+Green+Blue) = 140+85+103=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5567 is #73AA98. Grayscale: #676767. Windows color (decimal): -7580313 or 6772108. OLE color: 6772108.

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

Color convert

RGB 140 85 103 -
CMYK 0 0.39 0.26 0.45
HSL 340.36º 0.24% 0.44% -
HSV(B) 340.36º 0.39% 0.55% -
XYZ 16.51 13.05 14.48 -
YUV 103.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 140 85 103 0 0.39 0.26 0.45 340.36 0.24 0.44
Hex 8C 55 67 0 27 1A 2D 154 18 2C
Octal 214 125 147 0 47 32 55 524 30 54
Binary 10001100 1010101 1100111 0 100111 11010 101101 101010100 11000 101100

Color Harmonies of #8C5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5567

Black with #8C5567

Text Example


Text Example

White with #8C5567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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