Html Css Color HEX #805962 Cannon Pink

📋 copy color: '#805962'

red 128 ◦ green 89 ◦ blue 98

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

Shades of Cannon Pink #805962

Tints of Cannon Pink #805962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 40.63%
G = 28.25%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#805962 (or 0x805962) is known color: Cannon Pink. HEX triplet: 80, 59 and 62. RGB value is (128,89,98). Sum of RGB (Red+Green+Blue) = 128+89+98=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805962 is #7FA69D. Grayscale: #656565. Windows color (decimal): -8365726 or 6445440. OLE color: 6445440.

HSL color Cylindrical-coordinate representation of color #805962: hue angle of 346.15º 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 #805962 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 98 -
CMYK 0 0.30 0.23 0.50
HSL 346.15º 0.18% 0.43% -
HSV(B) 346.15º 0.3% 0.5% -
XYZ 14.68 12.62 13.22 -
YUV 101.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 128 89 98 0 0.30 0.23 0.50 346.15 0.18 0.43
Hex 80 59 62 0 1E 17 32 15A 12 2B
Octal 200 131 142 0 36 27 62 532 22 53
Binary 10000000 1011001 1100010 0 11110 10111 110010 101011010 10010 101011

Color Harmonies of #805962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805962

Black with #805962

Text Example


Text Example

White with #805962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805962; }

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

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

background-color css

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

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

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

border-color css

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

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

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