Html Css Color HEX #865064 Cannon Pink

📋 copy color: '#865064'

red 134 ◦ green 80 ◦ blue 100

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

Shades of Cannon Pink #865064

Tints of Cannon Pink #865064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 42.68%
G = 25.48%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#865064 (or 0x865064) is known color: Cannon Pink. HEX triplet: 86, 50 and 64. RGB value is (134,80,100). Sum of RGB (Red+Green+Blue) = 134+80+100=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865064 is #79AF9B. Grayscale: #626262. Windows color (decimal): -7974812 or 6574214. OLE color: 6574214.

HSL color Cylindrical-coordinate representation of color #865064: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865064 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 100 -
CMYK 0 0.40 0.25 0.47
HSL 337.78º 0.25% 0.42% -
HSV(B) 337.78º 0.4% 0.53% -
XYZ 15 11.73 13.53 -
YUV 98.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 134 80 100 0 0.40 0.25 0.47 337.78 0.25 0.42
Hex 86 50 64 0 28 19 2F 152 19 2A
Octal 206 120 144 0 50 31 57 522 31 52
Binary 10000110 1010000 1100100 0 101000 11001 101111 101010010 11001 101010

Color Harmonies of #865064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865064

Black with #865064

Text Example


Text Example

White with #865064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865064; }

 p { color: rgb(134,80,100); }

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

background-color css

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

 a { background-color: rgb(134,80,100); }

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

border-color css

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

 span { border-color: rgb(134,80,100); }

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