Html Css Color HEX #865565 Cannon Pink

📋 copy color: '#865565'

red 134 ◦ green 85 ◦ blue 101

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

Shades of Cannon Pink #865565

Tints of Cannon Pink #865565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 41.88%
G = 26.56%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#865565 (or 0x865565) is known color: Cannon Pink. HEX triplet: 86, 55 and 65. RGB value is (134,85,101). Sum of RGB (Red+Green+Blue) = 134+85+101=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865565 is #79AA9A. Grayscale: #656565. Windows color (decimal): -7973531 or 6641030. OLE color: 6641030.

HSL color Cylindrical-coordinate representation of color #865565: hue angle of 340.41º 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 #865565 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 101 -
CMYK 0 0.37 0.25 0.47
HSL 340.41º 0.22% 0.43% -
HSV(B) 340.41º 0.37% 0.53% -
XYZ 15.43 12.5 13.91 -
YUV 101.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 134 85 101 0 0.37 0.25 0.47 340.41 0.22 0.43
Hex 86 55 65 0 25 19 2F 154 16 2B
Octal 206 125 145 0 45 31 57 524 26 53
Binary 10000110 1010101 1100101 0 100101 11001 101111 101010100 10110 101011

Color Harmonies of #865565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865565

Black with #865565

Text Example


Text Example

White with #865565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865565; }

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

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

background-color css

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

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

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

border-color css

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

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

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