Html Css Color HEX #865863 Cannon Pink

📋 copy color: '#865863'

red 134 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #865863

Tints of Cannon Pink #865863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 41.74%
G = 27.41%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#865863 (or 0x865863) is known color: Cannon Pink. HEX triplet: 86, 58 and 63. RGB value is (134,88,99). Sum of RGB (Red+Green+Blue) = 134+88+99=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #865863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865863 is #79A79C. Grayscale: #676767. Windows color (decimal): -7972765 or 6510726. OLE color: 6510726.

HSL color Cylindrical-coordinate representation of color #865863: hue angle of 345.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865863 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 99 -
CMYK 0 0.34 0.26 0.47
HSL 345.65º 0.21% 0.44% -
HSV(B) 345.65º 0.34% 0.53% -
XYZ 15.57 12.95 13.48 -
YUV 103.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 134 88 99 0 0.34 0.26 0.47 345.65 0.21 0.44
Hex 86 58 63 0 22 1A 2F 15A 15 2C
Octal 206 130 143 0 42 32 57 532 25 54
Binary 10000110 1011000 1100011 0 100010 11010 101111 101011010 10101 101100

Color Harmonies of #865863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865863

Black with #865863

Text Example


Text Example

White with #865863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865863; }

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

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

background-color css

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

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

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

border-color css

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

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

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