Html Css Color HEX #865A68 Cannon Pink

📋 copy color: '#865A68'

red 134 ◦ green 90 ◦ blue 104

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

Shades of Cannon Pink #865A68

Tints of Cannon Pink #865A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 40.85%
G = 27.44%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#865A68 (or 0x865A68) is known color: Cannon Pink. HEX triplet: 86, 5A and 68. RGB value is (134,90,104). Sum of RGB (Red+Green+Blue) = 134+90+104=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #865A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A68 is #79A597. Grayscale: #686868. Windows color (decimal): -7972248 or 6838918. OLE color: 6838918.

HSL color Cylindrical-coordinate representation of color #865A68: hue angle of 340.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A68 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 104 -
CMYK 0 0.33 0.22 0.47
HSL 340.91º 0.2% 0.44% -
HSV(B) 340.91º 0.33% 0.53% -
XYZ 15.99 13.38 14.84 -
YUV 104.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 134 90 104 0 0.33 0.22 0.47 340.91 0.2 0.44
Hex 86 5A 68 0 21 16 2F 155 14 2C
Octal 206 132 150 0 41 26 57 525 24 54
Binary 10000110 1011010 1101000 0 100001 10110 101111 101010101 10100 101100

Color Harmonies of #865A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A68

Black with #865A68

Text Example


Text Example

White with #865A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865A68; }

 p { color: rgb(134,90,104); }

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

background-color css

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

 a { background-color: rgb(134,90,104); }

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

border-color css

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

 span { border-color: rgb(134,90,104); }

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