Html Css Color HEX #865163 Cannon Pink

📋 copy color: '#865163'

red 134 ◦ green 81 ◦ blue 99

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

Shades of Cannon Pink #865163

Tints of Cannon Pink #865163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 42.68%
G = 25.8%
B = 31.53%

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

#865163 (or 0x865163) is known color: Cannon Pink. HEX triplet: 86, 51 and 63. RGB value is (134,81,99). Sum of RGB (Red+Green+Blue) = 134+81+99=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865163 is #79AE9C. Grayscale: #626262. Windows color (decimal): -7974557 or 6508934. OLE color: 6508934.

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

Color convert

RGB 134 81 99 -
CMYK 0 0.40 0.26 0.47
HSL 339.62º 0.25% 0.42% -
HSV(B) 339.62º 0.4% 0.53% -
XYZ 15.03 11.85 13.3 -
YUV 98.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 134 81 99 0 0.40 0.26 0.47 339.62 0.25 0.42
Hex 86 51 63 0 28 1A 2F 154 19 2A
Octal 206 121 143 0 50 32 57 524 31 52
Binary 10000110 1010001 1100011 0 101000 11010 101111 101010100 11001 101010

Color Harmonies of #865163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865163

Black with #865163

Text Example


Text Example

White with #865163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865163; }

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

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

background-color css

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

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

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

border-color css

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

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

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