Html Css Color HEX #805965 Cannon Pink

📋 copy color: '#805965'

red 128 ◦ green 89 ◦ blue 101

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

Shades of Cannon Pink #805965

Tints of Cannon Pink #805965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 40.25%
G = 27.99%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#805965 (or 0x805965) is known color: Cannon Pink. HEX triplet: 80, 59 and 65. RGB value is (128,89,101). Sum of RGB (Red+Green+Blue) = 128+89+101=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #805965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805965 is #7FA69A. Grayscale: #666666. Windows color (decimal): -8365723 or 6642048. OLE color: 6642048.

HSL color Cylindrical-coordinate representation of color #805965: hue angle of 341.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805965 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 101 -
CMYK 0 0.30 0.21 0.50
HSL 341.54º 0.18% 0.43% -
HSV(B) 341.54º 0.3% 0.5% -
XYZ 14.82 12.67 13.98 -
YUV 102.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 128 89 101 0 0.30 0.21 0.50 341.54 0.18 0.43
Hex 80 59 65 0 1E 15 32 156 12 2B
Octal 200 131 145 0 36 25 62 526 22 53
Binary 10000000 1011001 1100101 0 11110 10101 110010 101010110 10010 101011

Color Harmonies of #805965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805965

Black with #805965

Text Example


Text Example

White with #805965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805965; }

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

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

background-color css

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

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

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

border-color css

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

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

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