#845969

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

Shades of Cannon Pink #845969

Tints of Cannon Pink #845969

Color information

#845969 (or 0x845969) is unknown color: approx Cannon Pink. HEX triplet: 84, 59 and 69. RGB value is (132,89,105). Sum of RGB (Red+Green+Blue) = 132+89+105=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845969 is #7BA696. Grayscale: #676767. Windows color (decimal): -8103575 or 6904196. OLE color: 6904196.

HSL color Cylindrical-coordinate representation of color #845969: hue angle of 337.67º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845969 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13289105-
CMYK00.330.200.48
HSL337.67º19.46%43.33%-
HSV(B)337.67º32.58%51.76%-
XYZ15.6413.0715.06-
YUV103.68128.75148.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=40.49%
G=27.30%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328910500.330.200.48337.6719.4643.33
Hex8459690211430152132b
Octal20413115104124605222353
Binary100001001011001110100101000011010011000010101001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845969; }

 p { color: rgb(132,89,105); }

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

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

 a { background-color: rgb(132,89,105); }

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

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

 span { border-color: rgb(132,89,105); }

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