#854F5A

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

Shades of Cannon Pink #854F5A

Tints of Cannon Pink #854F5A

Color information

#854F5A (or 0x854F5A) is unknown color: approx Cannon Pink. HEX triplet: 85, 4F and 5A. RGB value is (133,79,90). Sum of RGB (Red+Green+Blue) = 133+79+90=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F5A is #7AB0A5. Grayscale: #606060. Windows color (decimal): -8040614 or 5918597. OLE color: 5918597.

HSL color Cylindrical-coordinate representation of color #854F5A: hue angle of 347.78º 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 #854F5A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1337990-
CMYK00.410.320.48
HSL347.78º25.47%41.57%-
HSV(B)347.78º40.6%52.16%-
XYZ14.3111.3211.1-
YUV96.4124.39154.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=44.04%
G=26.16%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133799000.410.320.48347.7825.4741.57
Hex854F5A029203015c192a
Octal20511713205140605343152
Binary1000010110011111011010010100110000011000010101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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