#845A68

Color #845A68 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #845A68

Tints of Cannon Pink #845A68

Color information

#845A68 (or 0x845A68) is unknown color: approx Cannon Pink. HEX triplet: 84, 5A and 68. RGB value is (132,90,104). Sum of RGB (Red+Green+Blue) = 132+90+104=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A68 is #7BA597. Grayscale: #686868. Windows color (decimal): -8103320 or 6838916. OLE color: 6838916.

HSL color Cylindrical-coordinate representation of color #845A68: hue angle of 340º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A68 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13290104-
CMYK00.320.210.48
HSL340º18.92%43.53%-
HSV(B)340º31.82%51.76%-
XYZ15.6713.2214.82-
YUV104.15127.91147.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=40.49%
G=27.61%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329010400.320.210.4834018.9243.53
Hex845A680201530154132c
Octal20413215004025605242354
Binary100001001011010110100001000001010111000010101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A68; }

 p { color: rgb(132,90,104); }

 H1.HeaderClassName
 {
   color: #845A68;
 }
 .AnyTagClassName
 {
   color: #845A68;
 }
</style>
background-color css

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

 a { background-color: rgb(132,90,104); }

 div.DivClassName
 {
   background-color: #845A68;
 }
 .BgClassName
 {
   background-color: #845A68;
 }
</style>
border-color css

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

 span { border-color: rgb(132,90,104); }

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