#854658

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

Shades of Cannon Pink #854658

Tints of Cannon Pink #854658

Color information

#854658 (or 0x854658) is unknown color: approx Cannon Pink. HEX triplet: 85, 46 and 58. RGB value is (133,70,88). Sum of RGB (Red+Green+Blue) = 133+70+88=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #854658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854658 is #7AB9A7. Grayscale: #5A5A5A. Windows color (decimal): -8042920 or 5785221. OLE color: 5785221.

HSL color Cylindrical-coordinate representation of color #854658: hue angle of 342.86º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854658 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1337088-
CMYK00.470.340.48
HSL342.86º31.03%39.8%-
HSV(B)342.86º47.37%52.16%-
XYZ13.6210.0710.46-
YUV90.89126.37158.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=45.70%
G=24.05%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133708800.470.340.48342.8631.0339.8
Hex85465802F22301571f28
Octal20510613005742605273750
Binary1000010110001101011000010111110001011000010101011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854658; }

 p { color: rgb(133,70,88); }

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

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

 a { background-color: rgb(133,70,88); }

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

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

 span { border-color: rgb(133,70,88); }

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