Html Css Color HEX #865563 Cannon Pink

📋 copy color: '#865563'

red 134 ◦ green 85 ◦ blue 99

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

Shades of Cannon Pink #865563

Tints of Cannon Pink #865563

RGB

 RED value IS 134 (52.73% from 255) = 42.14%

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

 BLUE value IS 99 (39.06% from 255) = 31.13%

R = 42.14%
G = 26.73%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#865563 (or 0x865563) is known color: Cannon Pink. HEX triplet: 86, 55 and 63. RGB value is (134,85,99). Sum of RGB (Red+Green+Blue) = 134+85+99=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865563 is #79AA9C. Grayscale: #656565. Windows color (decimal): -7973533 or 6509958. OLE color: 6509958.

HSL color Cylindrical-coordinate representation of color #865563: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865563 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 99 -
CMYK 0 0.37 0.26 0.47
HSL 342.86º 0.22% 0.43% -
HSV(B) 342.86º 0.37% 0.53% -
XYZ 15.33 12.47 13.4 -
YUV 101.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 134 85 99 0 0.37 0.26 0.47 342.86 0.22 0.43
Hex 86 55 63 0 25 1A 2F 157 16 2B
Octal 206 125 143 0 45 32 57 527 26 53
Binary 10000110 1010101 1100011 0 100101 11010 101111 101010111 10110 101011

Color Harmonies of #865563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865563

Black with #865563

Text Example


Text Example

White with #865563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865563; }

 p { color: rgb(134,85,99); }

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

background-color css

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

 a { background-color: rgb(134,85,99); }

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

border-color css

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

 span { border-color: rgb(134,85,99); }

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