Html Css Color HEX #865063 Cannon Pink

📋 copy color: '#865063'

red 134 ◦ green 80 ◦ blue 99

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

Shades of Cannon Pink #865063

Tints of Cannon Pink #865063

RGB

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

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

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

R = 42.81%
G = 25.56%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#865063 (or 0x865063) is known color: Cannon Pink. HEX triplet: 86, 50 and 63. RGB value is (134,80,99). Sum of RGB (Red+Green+Blue) = 134+80+99=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865063 is #79AF9C. Grayscale: #626262. Windows color (decimal): -7974813 or 6508678. OLE color: 6508678.

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

Color convert

RGB 134 80 99 -
CMYK 0 0.40 0.26 0.47
HSL 338.89º 0.25% 0.42% -
HSV(B) 338.89º 0.4% 0.53% -
XYZ 14.95 11.71 13.28 -
YUV 98.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 134 80 99 0 0.40 0.26 0.47 338.89 0.25 0.42
Hex 86 50 63 0 28 1A 2F 153 19 2A
Octal 206 120 143 0 50 32 57 523 31 52
Binary 10000110 1010000 1100011 0 101000 11010 101111 101010011 11001 101010

Color Harmonies of #865063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865063

Black with #865063

Text Example


Text Example

White with #865063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865063; }

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

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

background-color css

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

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

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

border-color css

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

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

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