Html Css Color HEX #805863 Cannon Pink

📋 copy color: '#805863'

red 128 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #805863

Tints of Cannon Pink #805863

RGB

 RED value IS 128 (50.39% from 255) = 40.63%

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

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

R = 40.63%
G = 27.94%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#805863 (or 0x805863) is known color: Cannon Pink. HEX triplet: 80, 58 and 63. RGB value is (128,88,99). Sum of RGB (Red+Green+Blue) = 128+88+99=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805863 is #7FA79C. Grayscale: #656565. Windows color (decimal): -8365981 or 6510720. OLE color: 6510720.

HSL color Cylindrical-coordinate representation of color #805863: hue angle of 343.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805863 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 99 -
CMYK 0 0.31 0.23 0.50
HSL 343.5º 0.19% 0.42% -
HSV(B) 343.5º 0.31% 0.5% -
XYZ 14.64 12.47 13.44 -
YUV 101.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 128 88 99 0 0.31 0.23 0.50 343.5 0.19 0.42
Hex 80 58 63 0 1F 17 32 158 13 2A
Octal 200 130 143 0 37 27 62 530 23 52
Binary 10000000 1011000 1100011 0 11111 10111 110010 101011000 10011 101010

Color Harmonies of #805863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805863

Black with #805863

Text Example


Text Example

White with #805863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805863; }

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

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

background-color css

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

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

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

border-color css

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

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

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