#85575E

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

Shades of Cannon Pink #85575E

Tints of Cannon Pink #85575E

Color information

#85575E (or 0x85575E) is unknown color: approx Cannon Pink. HEX triplet: 85, 57 and 5E. RGB value is (133,87,94). Sum of RGB (Red+Green+Blue) = 133+87+94=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85575E is #7AA8A1. Grayscale: #656565. Windows color (decimal): -8038562 or 6182789. OLE color: 6182789.

HSL color Cylindrical-coordinate representation of color #85575E: hue angle of 350.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85575E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338794-
CMYK00.350.290.48
HSL350.87º20.91%43.14%-
HSV(B)350.87º34.59%52.16%-
XYZ15.112.6112.23-
YUV101.55123.74150.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=42.36%
G=27.71%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133879400.350.290.48350.8720.9143.14
Hex85575E0231D3015f152b
Octal20512713604335605372553
Binary100001011010111101111001000111110111000010101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85575E; }

 p { color: rgb(133,87,94); }

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

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

 a { background-color: rgb(133,87,94); }

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

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

 span { border-color: rgb(133,87,94); }

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