Html Css Color HEX #865362 Cannon Pink

📋 copy color: '#865362'

red 134 ◦ green 83 ◦ blue 98

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

Shades of Cannon Pink #865362

Tints of Cannon Pink #865362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 42.54%
G = 26.35%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#865362 (or 0x865362) is known color: Cannon Pink. HEX triplet: 86, 53 and 62. RGB value is (134,83,98). Sum of RGB (Red+Green+Blue) = 134+83+98=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865362 is #79AC9D. Grayscale: #636363. Windows color (decimal): -7974046 or 6443910. OLE color: 6443910.

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

Color convert

RGB 134 83 98 -
CMYK 0 0.38 0.27 0.47
HSL 342.35º 0.24% 0.43% -
HSV(B) 342.35º 0.38% 0.53% -
XYZ 15.13 12.14 13.1 -
YUV 99.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 134 83 98 0 0.38 0.27 0.47 342.35 0.24 0.43
Hex 86 53 62 0 26 1B 2F 156 18 2B
Octal 206 123 142 0 46 33 57 526 30 53
Binary 10000110 1010011 1100010 0 100110 11011 101111 101010110 11000 101011

Color Harmonies of #865362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865362

Black with #865362

Text Example


Text Example

White with #865362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865362; }

 p { color: rgb(134,83,98); }

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

background-color css

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

 a { background-color: rgb(134,83,98); }

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

border-color css

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

 span { border-color: rgb(134,83,98); }

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