Html Css Color HEX #865266 Cannon Pink

📋 copy color: '#865266'

red 134 ◦ green 82 ◦ blue 102

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

Shades of Cannon Pink #865266

Tints of Cannon Pink #865266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 42.14%
G = 25.79%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#865266 (or 0x865266) is known color: Cannon Pink. HEX triplet: 86, 52 and 66. RGB value is (134,82,102). Sum of RGB (Red+Green+Blue) = 134+82+102=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865266 is #79AD99. Grayscale: #636363. Windows color (decimal): -7974298 or 6705798. OLE color: 6705798.

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

Color convert

RGB 134 82 102 -
CMYK 0 0.39 0.24 0.47
HSL 336.92º 0.24% 0.42% -
HSV(B) 336.92º 0.39% 0.53% -
XYZ 15.25 12.06 14.1 -
YUV 99.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 134 82 102 0 0.39 0.24 0.47 336.92 0.24 0.42
Hex 86 52 66 0 27 18 2F 151 18 2A
Octal 206 122 146 0 47 30 57 521 30 52
Binary 10000110 1010010 1100110 0 100111 11000 101111 101010001 11000 101010

Color Harmonies of #865266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865266

Black with #865266

Text Example


Text Example

White with #865266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865266; }

 p { color: rgb(134,82,102); }

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

background-color css

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

 a { background-color: rgb(134,82,102); }

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

border-color css

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

 span { border-color: rgb(134,82,102); }

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