Html Css Color HEX #865268 Cannon Pink

📋 copy color: '#865268'

red 134 ◦ green 82 ◦ blue 104

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

Shades of Cannon Pink #865268

Tints of Cannon Pink #865268

RGB

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

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

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

R = 41.88%
G = 25.63%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#865268 (or 0x865268) is known color: Cannon Pink. HEX triplet: 86, 52 and 68. RGB value is (134,82,104). Sum of RGB (Red+Green+Blue) = 134+82+104=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865268 is #79AD97. Grayscale: #646464. Windows color (decimal): -7974296 or 6836870. OLE color: 6836870.

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

Color convert

RGB 134 82 104 -
CMYK 0 0.39 0.22 0.47
HSL 334.62º 0.24% 0.42% -
HSV(B) 334.62º 0.39% 0.53% -
XYZ 15.35 12.1 14.62 -
YUV 100.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 134 82 104 0 0.39 0.22 0.47 334.62 0.24 0.42
Hex 86 52 68 0 27 16 2F 14F 18 2A
Octal 206 122 150 0 47 26 57 517 30 52
Binary 10000110 1010010 1101000 0 100111 10110 101111 101001111 11000 101010

Color Harmonies of #865268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865268

Black with #865268

Text Example


Text Example

White with #865268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865268; }

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

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

background-color css

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

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

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

border-color css

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

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

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