Html Css Color HEX #805865 Cannon Pink

📋 copy color: '#805865'

red 128 ◦ green 88 ◦ blue 101

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

Shades of Cannon Pink #805865

Tints of Cannon Pink #805865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 40.38%
G = 27.76%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#805865 (or 0x805865) is known color: Cannon Pink. HEX triplet: 80, 58 and 65. RGB value is (128,88,101). Sum of RGB (Red+Green+Blue) = 128+88+101=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #805865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805865 is #7FA79A. Grayscale: #656565. Windows color (decimal): -8365979 or 6641792. OLE color: 6641792.

HSL color Cylindrical-coordinate representation of color #805865: hue angle of 340.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 #805865 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 101 -
CMYK 0 0.31 0.21 0.50
HSL 340.5º 0.19% 0.42% -
HSV(B) 340.5º 0.31% 0.5% -
XYZ 14.74 12.51 13.95 -
YUV 101.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 128 88 101 0 0.31 0.21 0.50 340.5 0.19 0.42
Hex 80 58 65 0 1F 15 32 154 13 2A
Octal 200 130 145 0 37 25 62 524 23 52
Binary 10000000 1011000 1100101 0 11111 10101 110010 101010100 10011 101010

Color Harmonies of #805865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805865

Black with #805865

Text Example


Text Example

White with #805865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805865; }

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

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

background-color css

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

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

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

border-color css

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

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

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