#854F65

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

Shades of Cannon Pink #854F65

Tints of Cannon Pink #854F65

Color information

#854F65 (or 0x854F65) is unknown color: approx Cannon Pink. HEX triplet: 85, 4F and 65. RGB value is (133,79,101). Sum of RGB (Red+Green+Blue) = 133+79+101=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F65 is #7AB09A. Grayscale: #616161. Windows color (decimal): -8040603 or 6639493. OLE color: 6639493.

HSL color Cylindrical-coordinate representation of color #854F65: hue angle of 335.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854F65 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13379101-
CMYK00.410.240.48
HSL335.56º25.47%41.57%-
HSV(B)335.56º40.6%52.16%-
XYZ14.8211.5213.75-
YUV97.65129.89153.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=42.49%
G=25.24%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337910100.410.240.48335.5625.4741.57
Hex854F650291830150192a
Octal20511714505130605203152
Binary100001011001111110010101010011100011000010101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F65; }

 p { color: rgb(133,79,101); }

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

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

 a { background-color: rgb(133,79,101); }

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

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

 span { border-color: rgb(133,79,101); }

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